podman-desktop: 1.17.1 -> 1.17.2 (#397403)

This commit is contained in:
R. RyanTM
2025-04-12 15:12:04 +10:00
committed by GitHub
parent 78f3901ab1
commit bfce7b7e39
+2 -2
View File
@@ -17,7 +17,7 @@ let
in
stdenv.mkDerivation (finalAttrs: {
pname = "podman-desktop";
version = "1.17.1";
version = "1.17.2";
passthru.updateScript = nix-update-script { };
@@ -25,7 +25,7 @@ stdenv.mkDerivation (finalAttrs: {
owner = "containers";
repo = "podman-desktop";
tag = "v${finalAttrs.version}";
hash = "sha256-7lqBS5iasLGsF3+2fZ19ksCOK3VvNFuBMdZs94vP3PI=";
hash = "sha256-AbOR+iCV11OVEzNGRjyJ9+BAMuWkywMNR6dPiLe0quI=";
};
pnpmDeps = pnpm_9.fetchDeps {