File tree Expand file tree Collapse file tree 1 file changed +2
-11
lines changed Expand file tree Collapse file tree 1 file changed +2
-11
lines changed Original file line number Diff line number Diff line change 7575in
7676buildGoModule 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 ;
You can’t perform that action at this time.
0 commit comments