Skip to content

Commit

Permalink
buildah: 1.16.1 -> 1.16.2
Browse files Browse the repository at this point in the history
Signed-off-by: Sascha Grunert <sgrunert@suse.com>
  • Loading branch information
saschagrunert authored and zowoq committed Sep 22, 2020
1 parent 7c411b6 commit 382f7ce
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/development/tools/buildah/default.nix
Expand Up @@ -14,13 +14,13 @@

buildGoModule rec {
pname = "buildah";
version = "1.16.1";
version = "1.16.2";

src = fetchFromGitHub {
owner = "containers";
repo = "buildah";
rev = "v${version}";
sha256 = "0nndm936g0i18ly6395y5s4h1f6cfbg602cvlg7c6w007f2j15hq";
sha256 = "0zvf060nsd8cvyclkaasqlc9bw699vh2004qrvcy8hf50b2z1bi2";
};

outputs = [ "out" "man" ];
Expand Down

0 comments on commit 382f7ce

Please sign in to comment.