Skip to content

Commit

Permalink
podman: 2.1.0 -> 2.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
zowoq committed Sep 26, 2020
1 parent 5f0531e commit bbeed7e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/applications/virtualization/podman/default.nix
Expand Up @@ -16,13 +16,13 @@

buildGoModule rec {
pname = "podman";
version = "2.1.0";
version = "2.1.1";

src = fetchFromGitHub {
owner = "containers";
repo = "podman";
rev = "v${version}";
sha256 = "033pdkrmdsk33n1mglpcpl3g9i62raw47wpab752qhbmpy1c49lr";
sha256 = "0cy842wlyasxlxnwxkwhwgj148s30kfxnhgxa6ar26fly432aa68";
};

vendorSha256 = null;
Expand Down

0 comments on commit bbeed7e

Please sign in to comment.