Skip to content

Commit

Permalink
Merge pull request #327798 from r-ryantm/auto-update/weechat-unwrapped
Browse files Browse the repository at this point in the history
weechat-unwrapped: 4.3.4 -> 4.3.5
  • Loading branch information
willcohen committed Jul 22, 2024
2 parents 9246b4f + 141c8c9 commit 8e8c87b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/applications/networking/irc/weechat/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -36,14 +36,14 @@ let
in
assert lib.all (p: p.enabled -> ! (builtins.elem null p.buildInputs)) plugins;
stdenv.mkDerivation rec {
version = "4.3.4";
version = "4.3.5";
pname = "weechat";

hardeningEnable = [ "pie" ];

src = fetchurl {
url = "https://weechat.org/files/src/weechat-${version}.tar.xz";
hash = "sha256-ytRYAi9GmRILfXLgYrNGxNDng1nMl4X6LhaG/XS6f2c=";
hash = "sha256-5tvEyDLaXFuF5Jb+/BUjf7viqPe6L76B7gcdwMZrS+M=";
};

# Why is this needed? https://github.com/weechat/weechat/issues/2031
Expand Down

0 comments on commit 8e8c87b

Please sign in to comment.