weechat: 3.2 -> 3.2.1

https://github.com/weechat/weechat/releases/tag/v3.2.1
This commit is contained in:
Ashish SHUKLA 2021-09-04 20:24:32 +05:30
parent 4194d02deb
commit 5e6a41c43c
No known key found for this signature in database
GPG Key ID: C746CFA9E74FA4B0

View File

@ -28,14 +28,14 @@ let
in
assert lib.all (p: p.enabled -> ! (builtins.elem null p.buildInputs)) plugins;
stdenv.mkDerivation rec {
version = "3.2";
version = "3.2.1";
pname = "weechat";
hardeningEnable = [ "pie" ];
src = fetchurl {
url = "https://weechat.org/files/src/weechat-${version}.tar.bz2";
sha256 = "0pck4lczkk52mgwa1n0habp1xqi9xsgsh5q6bbsjmdbandvy5vc8";
sha256 = "sha256-gtFskJoJLw7cqLao46LRUcZobOtzgwUOiKf7I4OiJAQ=";
};
patches = [