lol
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

podman-desktop: 1.18.0 -> 1.18.1 (#406299)

authored by

Pol Dellaiera and committed by
GitHub
a179c87b 8e2c3ab7

+2 -2
+2 -2
pkgs/by-name/po/podman-desktop/package.nix
··· 17 17 in 18 18 stdenv.mkDerivation (finalAttrs: { 19 19 pname = "podman-desktop"; 20 - version = "1.18.0"; 20 + version = "1.18.1"; 21 21 22 22 passthru.updateScript = nix-update-script { }; 23 23 ··· 25 25 owner = "containers"; 26 26 repo = "podman-desktop"; 27 27 tag = "v${finalAttrs.version}"; 28 - hash = "sha256-u3Irn+hSyTNTLl8QenMZbISE5aFhb58mOSOooVoijKw="; 28 + hash = "sha256-GYdetO/WiEQAvVSvu81tKqkOH7YUgkB7RVW0Crd/2ww="; 29 29 }; 30 30 31 31 pnpmDeps = pnpm_9.fetchDeps {