Skip to content

Commit bfce7b7

Browse files
authored
podman-desktop: 1.17.1 -> 1.17.2 (NixOS#397403)
1 parent 78f3901 commit bfce7b7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pkgs/by-name/po/podman-desktop/package.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,15 +17,15 @@ let
1717
in
1818
stdenv.mkDerivation (finalAttrs: {
1919
pname = "podman-desktop";
20-
version = "1.17.1";
20+
version = "1.17.2";
2121

2222
passthru.updateScript = nix-update-script { };
2323

2424
src = fetchFromGitHub {
2525
owner = "containers";
2626
repo = "podman-desktop";
2727
tag = "v${finalAttrs.version}";
28-
hash = "sha256-7lqBS5iasLGsF3+2fZ19ksCOK3VvNFuBMdZs94vP3PI=";
28+
hash = "sha256-AbOR+iCV11OVEzNGRjyJ9+BAMuWkywMNR6dPiLe0quI=";
2929
};
3030

3131
pnpmDeps = pnpm_9.fetchDeps {

0 commit comments

Comments
 (0)