From fa5fd554c6edc111db6842ffbc64f0e7622eeeed Mon Sep 17 00:00:00 2001 From: Jan Tojnar Date: Tue, 10 Dec 2024 06:37:45 +0100 Subject: [PATCH] =?UTF-8?q?malcontent:=200.12.0=20=E2=86=92=200.13.0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit https://gitlab.freedesktop.org/pwithnall/malcontent/-/compare/0.12.0...0.13.0 --- pkgs/development/libraries/malcontent/default.nix | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/pkgs/development/libraries/malcontent/default.nix b/pkgs/development/libraries/malcontent/default.nix index 2f4044aaed34..76d59f6737cd 100644 --- a/pkgs/development/libraries/malcontent/default.nix +++ b/pkgs/development/libraries/malcontent/default.nix @@ -18,7 +18,7 @@ stdenv.mkDerivation rec { pname = "malcontent"; - version = "0.12.0"; + version = "0.13.0"; outputs = [ "bin" "out" "lib" "pam" "dev" "man" "installedTests" ]; @@ -27,7 +27,7 @@ stdenv.mkDerivation rec { owner = "pwithnall"; repo = "malcontent"; rev = version; - hash = "sha256-UK/WVqDMkwIqkTFFjzh7PRCA/Ej8Iyu33FasnAEApRs="; + hash = "sha256-DVoTJrpXk5AoRMz+TxEP3NIAA/OOGRzZurLyGp0UBUo="; }; patches = [ @@ -70,10 +70,10 @@ stdenv.mkDerivation rec { postPatch = '' substituteInPlace libmalcontent/tests/app-filter.c \ - --replace "/usr/bin/true" "${coreutils}/bin/true" \ - --replace "/bin/true" "${coreutils}/bin/true" \ - --replace "/usr/bin/false" "${coreutils}/bin/false" \ - --replace "/bin/false" "${coreutils}/bin/false" + --replace-fail "/usr/bin/true" "${coreutils}/bin/true" \ + --replace-fail "/bin/true" "${coreutils}/bin/true" \ + --replace-fail "/usr/bin/false" "${coreutils}/bin/false" \ + --replace-fail "/bin/false" "${coreutils}/bin/false" ''; postInstall = ''