tangled
alpha
login
or
join now
pyrox.dev
/
nixpkgs
lol
0
fork
atom
overview
issues
pulls
pipelines
weechat: 4.2.1 -> 4.2.2
Alexis Hildebrandt
2 years ago
f07ac5de
3c1b6f75
+2
-2
1 changed file
expand all
collapse all
unified
split
pkgs
applications
networking
irc
weechat
default.nix
+2
-2
pkgs/applications/networking/irc/weechat/default.nix
···
36
in
37
assert lib.all (p: p.enabled -> ! (builtins.elem null p.buildInputs)) plugins;
38
stdenv.mkDerivation rec {
39
-
version = "4.2.1";
40
pname = "weechat";
41
42
hardeningEnable = [ "pie" ];
43
44
src = fetchurl {
45
url = "https://weechat.org/files/src/weechat-${version}.tar.xz";
46
-
hash = "sha256-JT3fCG9shFAxot0pSxVShR1rBMwIovnaSu37Pi+Rvc0=";
47
};
48
49
# Why is this needed? https://github.com/weechat/weechat/issues/2031
···
36
in
37
assert lib.all (p: p.enabled -> ! (builtins.elem null p.buildInputs)) plugins;
38
stdenv.mkDerivation rec {
39
+
version = "4.2.2";
40
pname = "weechat";
41
42
hardeningEnable = [ "pie" ];
43
44
src = fetchurl {
45
url = "https://weechat.org/files/src/weechat-${version}.tar.xz";
46
+
hash = "sha256-IJaLIsfw9Q35z2/4WY3RvQF8V1myyUWT9dnteyTruUE=";
47
};
48
49
# Why is this needed? https://github.com/weechat/weechat/issues/2031