Merge pull request #283180 from trofi/weechat-unwrapped-update

weechat-unwrapped: 4.2.0 -> 4.2.1
This commit is contained in:
Naïm Favier 2024-01-23 12:14:36 +01:00 committed by GitHub
commit 287694981a
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -36,14 +36,14 @@ let
in in
assert lib.all (p: p.enabled -> ! (builtins.elem null p.buildInputs)) plugins; assert lib.all (p: p.enabled -> ! (builtins.elem null p.buildInputs)) plugins;
stdenv.mkDerivation rec { stdenv.mkDerivation rec {
version = "4.2.0"; version = "4.2.1";
pname = "weechat"; pname = "weechat";
hardeningEnable = [ "pie" ]; hardeningEnable = [ "pie" ];
src = fetchurl { src = fetchurl {
url = "https://weechat.org/files/src/weechat-${version}.tar.xz"; url = "https://weechat.org/files/src/weechat-${version}.tar.xz";
hash = "sha256-Mvam8hP7Y025MeKrjwGtuam1Dnf6ocUsoRbvoyBXWko="; hash = "sha256-JT3fCG9shFAxot0pSxVShR1rBMwIovnaSu37Pi+Rvc0=";
}; };
# Why is this needed? https://github.com/weechat/weechat/issues/2031 # Why is this needed? https://github.com/weechat/weechat/issues/2031