malcontent: 0.10.4 → 0.10.5

Just translations: https://gitlab.freedesktop.org/pwithnall/malcontent/-/compare/0.10.4...0.10.5
This commit is contained in:
Jan Tojnar 2022-06-23 04:07:33 +02:00
parent 9a17f32539
commit ec996b2d0c

View file

@ -19,7 +19,7 @@
stdenv.mkDerivation rec {
pname = "malcontent";
version = "0.10.4";
version = "0.10.5";
outputs = [ "bin" "out" "lib" "pam" "dev" "man" "installedTests" ];
@ -28,7 +28,7 @@ stdenv.mkDerivation rec {
owner = "pwithnall";
repo = pname;
rev = version;
sha256 = "sha256-s2wQLb3tCfO3p8yYG8Nc6pu+y2TLfrmo7Ug1LgDLEdw=";
sha256 = "sha256-UPKAStB6wTd3qbbISHMgNw1bJjIRgn89tHnsw4ZptvQ=";
};
patches = [