Skip to content

Commit

Permalink
podman: 4.4.3 -> 4.4.4
Browse files Browse the repository at this point in the history
  • Loading branch information
zowoq committed Mar 28, 2023
1 parent ae8da65 commit 03d50d8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/applications/virtualization/podman/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -61,13 +61,13 @@ let
in
buildGoModule rec {
pname = "podman";
version = "4.4.3";
version = "4.4.4";

src = fetchFromGitHub {
owner = "containers";
repo = "podman";
rev = "v${version}";
hash = "sha256-s0aGZN4rnyyNLoO3nnAO7KbeD7MYxE9VMOHrQsKGNBk=";
hash = "sha256-rLXq+sveSxeoD3gyXSnfgGFx6alOBKSRCdDHGwwvPm4=";
};

patches = [
Expand Down

0 comments on commit 03d50d8

Please sign in to comment.