podman-desktop: 1.26.2 -> 1.27.2

(cherry picked from commit c2927d8e3d)
This commit is contained in:
R. Ryantm
2026-05-27 16:26:58 +00:00
committed by Ihar Hrachyshka
parent 19d9f7dd3f
commit 582d391490

View File

@@ -27,7 +27,7 @@ let
in
stdenv.mkDerivation (finalAttrs: {
pname = "podman-desktop";
version = "1.26.2";
version = "1.27.2";
passthru.updateScript = _experimental-update-script-combinators.sequence [
(nix-update-script { })
@@ -67,14 +67,14 @@ stdenv.mkDerivation (finalAttrs: {
owner = "podman-desktop";
repo = "podman-desktop";
tag = "v${finalAttrs.version}";
hash = "sha256-VVyKC1z7YECZlbTaFaq2OwGg0k22qBbn/HEOYiJ8fcw=";
hash = "sha256-HcT33KjWnoY/pGuolt0BZurxdaWgUTF0tuACE9flfCM=";
};
pnpmDeps = fetchPnpmDeps {
inherit (finalAttrs) pname version src;
inherit pnpm;
fetcherVersion = 3;
hash = "sha256-k/2ya08JaTEt+dr5xfw1ordwENGm17YFyfKGFej5fdc=";
hash = "sha256-FD5lXAgA6uJLRLbaiZDbmow6BEiF6DWCzryAzyMGKe8=";
};
patches = [