distrobox: 1.7.1 -> 1.7.2.1

+3 -3
+3 -3
pkgs/applications/virtualization/distrobox/default.nix
··· 2 2 3 3 stdenvNoCC.mkDerivation (finalAttrs: { 4 4 pname = "distrobox"; 5 - version = "1.7.1"; 5 + version = "1.7.2.1"; 6 6 7 7 src = fetchFromGitHub { 8 8 owner = "89luca89"; 9 9 repo = "distrobox"; 10 10 rev = finalAttrs.version; 11 - hash = "sha256-mSka8QyoLjnaVEP23TtyzbPTBHDlnrSomVZdfw4PPng="; 11 + hash = "sha256-H2jeKs0h4ZAcP33HB5jptlubq62cwnjPK2wSlEIfFWA="; 12 12 }; 13 13 14 14 dontConfigure = true; ··· 21 21 22 22 # https://github.com/89luca89/distrobox/issues/408 23 23 substituteInPlace ./distrobox-generate-entry \ 24 - --replace 'icon_default="''${HOME}/.local' "icon_default=\"$out" 24 + --replace-fail 'icon_default="''${HOME}/.local' "icon_default=\"$out" 25 25 ./install -P $out 26 26 27 27 runHook postInstall