We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 78f3901 commit bfce7b7Copy full SHA for bfce7b7
pkgs/by-name/po/podman-desktop/package.nix
@@ -17,15 +17,15 @@ let
17
in
18
stdenv.mkDerivation (finalAttrs: {
19
pname = "podman-desktop";
20
- version = "1.17.1";
+ version = "1.17.2";
21
22
passthru.updateScript = nix-update-script { };
23
24
src = fetchFromGitHub {
25
owner = "containers";
26
repo = "podman-desktop";
27
tag = "v${finalAttrs.version}";
28
- hash = "sha256-7lqBS5iasLGsF3+2fZ19ksCOK3VvNFuBMdZs94vP3PI=";
+ hash = "sha256-AbOR+iCV11OVEzNGRjyJ9+BAMuWkywMNR6dPiLe0quI=";
29
};
30
31
pnpmDeps = pnpm_9.fetchDeps {
0 commit comments