Skip to content

Commit 5c59ad6

Browse files
podman: 5.3.1 -> 5.4.0 (#381465)
2 parents 1eea56d + 5660e17 commit 5c59ad6

File tree

1 file changed

+2
-11
lines changed

1 file changed

+2
-11
lines changed

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

Lines changed: 2 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -75,13 +75,13 @@ let
7575
in
7676
buildGoModule rec {
7777
pname = "podman";
78-
version = "5.3.1";
78+
version = "5.4.0";
7979

8080
src = fetchFromGitHub {
8181
owner = "containers";
8282
repo = "podman";
8383
rev = "v${version}";
84-
hash = "sha256-kABP10QX4r11UDUcd6Sukb+9+LRm/ba3iATz6DTOJYw=";
84+
hash = "sha256-iEO4njjNByLkhXFLgZ8tO8M8RkwT+Lb0zyfedQDHcNc=";
8585
};
8686

8787
patches = [
@@ -91,15 +91,6 @@ buildGoModule rec {
9191

9292
# we intentionally don't build and install the helper so we shouldn't display messages to users about it
9393
./rm-podman-mac-helper-msg.patch
94-
95-
# backport of fix for https://github.com/containers/storage/issues/2184
96-
# https://github.com/containers/storage/pull/2185
97-
(fetchpatch2 {
98-
url = "https://github.com/containers/storage/commit/99b0d2d423c8093807d8a1464437152cd04d7d95.diff?full_index=1";
99-
hash = "sha256-aahYXnDf3qCOlb6MfVDqFKCcQG257r5sbh5qnL0T40I=";
100-
stripLen = 1;
101-
extraPrefix = "vendor/github.com/containers/storage/";
102-
})
10394
];
10495

10596
vendorHash = null;

0 commit comments

Comments
 (0)