summary refs log tree commit diff
diff options
context:
space:
mode:
authorzowoq <59103226+zowoq@users.noreply.github.com>2023-03-24 09:37:47 +1000
committerzowoq <59103226+zowoq@users.noreply.github.com>2023-03-24 09:37:47 +1000
commit5e19d09f0f6e981dc4b6f3fa9f4e4e521f6ef24b (patch)
treed7cb1a2e0c29ca0994117d1a20ffd55a1edac242
parent350c64e819f59b2c902014af4e47cccb60842995 (diff)
downloadnixpkgs-5e19d09f0f6e981dc4b6f3fa9f4e4e521f6ef24b.tar
nixpkgs-5e19d09f0f6e981dc4b6f3fa9f4e4e521f6ef24b.tar.gz
nixpkgs-5e19d09f0f6e981dc4b6f3fa9f4e4e521f6ef24b.tar.bz2
nixpkgs-5e19d09f0f6e981dc4b6f3fa9f4e4e521f6ef24b.tar.lz
nixpkgs-5e19d09f0f6e981dc4b6f3fa9f4e4e521f6ef24b.tar.xz
nixpkgs-5e19d09f0f6e981dc4b6f3fa9f4e4e521f6ef24b.tar.zst
nixpkgs-5e19d09f0f6e981dc4b6f3fa9f4e4e521f6ef24b.zip
podman: 4.4.2 -> 4.4.3
Diff: https://github.com/containers/podman/compare/v4.4.2...v4.4.3

Changelog: https://github.com/containers/podman/blob/v4.4.3/RELEASE_NOTES.md
-rw-r--r--pkgs/applications/virtualization/podman/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/applications/virtualization/podman/default.nix b/pkgs/applications/virtualization/podman/default.nix
index 8db3c0e90fa..8298469e1d9 100644
--- a/pkgs/applications/virtualization/podman/default.nix
+++ b/pkgs/applications/virtualization/podman/default.nix
@@ -61,13 +61,13 @@ let
 in
 buildGoModule rec {
   pname = "podman";
-  version = "4.4.2";
+  version = "4.4.3";
 
   src = fetchFromGitHub {
     owner = "containers";
     repo = "podman";
     rev = "v${version}";
-    hash = "sha256-337PFsPGm7pUgnFeNJKwT+/7AdbWSfCx4kXyAvHyWJQ=";
+    hash = "sha256-s0aGZN4rnyyNLoO3nnAO7KbeD7MYxE9VMOHrQsKGNBk=";
   };
 
   patches = [