Skip to content

Commit

Permalink
buildah: 1.17.0 -> 1.18.0
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 Nov 16, 2020
1 parent dd9d37a commit 204f52c
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.17.0";
version = "1.18.0";

src = fetchFromGitHub {
owner = "containers";
repo = "buildah";
rev = "v${version}";
sha256 = "1bghi5m1rg42a781sgh194hqmqiflhwdrnxxn7cbb2b6jfiik08l";
sha256 = "0kn31y5g7269mjaw5ddfsiaan93s62i8zzxg4xl01dg3dkkadwc4";
};

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

0 comments on commit 204f52c

Please sign in to comment.