about summary refs log tree commit diff
diff options
context:
space:
mode:
authorSascha Grunert <sgrunert@suse.com>2019-09-13 09:04:21 +0200
committerSascha Grunert <sgrunert@suse.com>2019-09-13 09:04:21 +0200
commit4c981b4ffeec6e407e0eca035b57664565095584 (patch)
tree36f12de53af588a6da9c4eb9bff9c1970e23311d
parent7858f5add55de2dec5d61faa6ee57834bfba7234 (diff)
downloadnixlib-4c981b4ffeec6e407e0eca035b57664565095584.tar
nixlib-4c981b4ffeec6e407e0eca035b57664565095584.tar.gz
nixlib-4c981b4ffeec6e407e0eca035b57664565095584.tar.bz2
nixlib-4c981b4ffeec6e407e0eca035b57664565095584.tar.lz
nixlib-4c981b4ffeec6e407e0eca035b57664565095584.tar.xz
nixlib-4c981b4ffeec6e407e0eca035b57664565095584.tar.zst
nixlib-4c981b4ffeec6e407e0eca035b57664565095584.zip
buildah: 1.11.0 -> 1.11.1
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 9885dce04b20..9e7856c9e3a9 100644
--- a/pkgs/development/tools/buildah/default.nix
+++ b/pkgs/development/tools/buildah/default.nix
@@ -4,13 +4,13 @@
 
 buildGoPackage rec {
   pname = "buildah";
-  version = "1.11.0";
+  version = "1.11.1";
 
   src = fetchFromGitHub {
     owner  = "containers";
     repo   = "buildah";
     rev    = "v${version}";
-    sha256 = "114dmjqacz5hairl1s8qhndzr52lcvh99g565cq5ydscblnzpw1b";
+    sha256 = "0mbmb7994dcv8i41zgiqmb6qp5hawgygzam7mi4pmdygkx4ckkxw";
   };
 
   outputs = [ "bin" "man" "out" ];