Skip to content

Commit

Permalink
Merge pull request NixOS#277095 from r-ryantm/auto-update/podman
Browse files Browse the repository at this point in the history
podman: 4.8.1 -> 4.8.2
  • Loading branch information
marsam authored Dec 28, 2023
2 parents e15a427 + 6a9b7ca commit ff9e7f4
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 @@ -62,13 +62,13 @@ let
in
buildGoModule rec {
pname = "podman";
version = "4.8.1";
version = "4.8.2";

src = fetchFromGitHub {
owner = "containers";
repo = "podman";
rev = "v${version}";
hash = "sha256-EDIgipbv8Z7nVV6VQ5IAmvHvvpLyGEDHMDnwhMUm/BQ=";
hash = "sha256-pRmSaquovfMG3+Aa13W+AW2s7MjK2V/mSje4CQZyURs=";
};

patches = [
Expand Down

0 comments on commit ff9e7f4

Please sign in to comment.