Merge pull request #263742 from afh/update-weechat

weechat: 4.1.0 -> 4.1.1

authored by Naïm Favier and committed by GitHub 2ca7c1c8 2d738e98

+4 -4
+4 -4
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.1.0"; 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-AwSC5bjw9pxr/Upja2+m12tkqeweF58auqNbGrONHhA="; 47 }; 48 49 # Why is this needed? https://github.com/weechat/weechat/issues/2031 ··· 90 meta = { 91 homepage = "https://weechat.org/"; 92 changelog = "https://weechat.org/files/doc/weechat/ChangeLog-${version}.html"; 93 - description = "A fast, light and extensible chat client"; 94 longDescription = '' 95 You can find more documentation as to how to customize this package 96 - (eg. adding python modules for scripts that would require them, etc.) 97 on https://nixos.org/nixpkgs/manual/#sec-weechat . 98 ''; 99 license = lib.licenses.gpl3;
··· 36 in 37 assert lib.all (p: p.enabled -> ! (builtins.elem null p.buildInputs)) plugins; 38 stdenv.mkDerivation rec { 39 + version = "4.1.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-d0I4YU2OY+TT1ac6bLZA7Hb+BsyYK4eoySNlFXkndnU="; 47 }; 48 49 # Why is this needed? https://github.com/weechat/weechat/issues/2031 ··· 90 meta = { 91 homepage = "https://weechat.org/"; 92 changelog = "https://weechat.org/files/doc/weechat/ChangeLog-${version}.html"; 93 + description = "Fast, light and extensible chat client"; 94 longDescription = '' 95 You can find more documentation as to how to customize this package 96 + (e.g. adding python modules for scripts that would require them, etc.) 97 on https://nixos.org/nixpkgs/manual/#sec-weechat . 98 ''; 99 license = lib.licenses.gpl3;