Skip to content

Commit

Permalink
buildah: 1.11.1 -> 1.11.3
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 Profpatsch committed Oct 7, 2019
1 parent 5d4dbdb commit fae0bc8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/development/tools/buildah/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,13 @@

buildGoPackage rec {
pname = "buildah";
version = "1.11.1";
version = "1.11.3";

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

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

0 comments on commit fae0bc8

Please sign in to comment.