Skip to content

Commit

Permalink
podman: 4.8.1 -> 4.8.2
Browse files Browse the repository at this point in the history
  • Loading branch information
r-ryantm committed Dec 27, 2023
1 parent 3103346 commit 6a9b7ca
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 6a9b7ca

Please sign in to comment.