about summary refs log tree commit diff
diff options
context:
space:
mode:
authorSascha Grunert <sgrunert@suse.com>2020-11-16 18:36:21 +0100
committerzowoq <59103226+zowoq@users.noreply.github.com>2020-11-17 07:22:04 +1000
commit204f52ce65513c0448a283959902fb166adc39f5 (patch)
tree9a0fd84513c7bada9afc5b526e6e87e8b5464b51
parentdd9d37aac56eb1fe6db10bee57ba7372da540ce2 (diff)
buildah: 1.17.0 -> 1.18.0
Signed-off-by: Sascha Grunert <sgrunert@suse.com>
-rw-r--r--pkgs/development/tools/buildah/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/tools/buildah/default.nix b/pkgs/development/tools/buildah/default.nix
index ecd7141763305..e69e35442b3fc 100644
--- a/pkgs/development/tools/buildah/default.nix
+++ b/pkgs/development/tools/buildah/default.nix
@@ -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" ];