summary refs log tree commit diff
path: root/pkgs/development/tools/buildah
diff options
context:
space:
mode:
authorSascha Grunert <sgrunert@redhat.com>2021-08-03 09:58:20 +0200
committerzowoq <59103226+zowoq@users.noreply.github.com>2021-08-03 18:24:01 +1000
commit9b06d00d8b586157cd24eee88aa7fd23d9ba56af (patch)
treeaaf6e7535554cd720420555aec71eae1d451730b /pkgs/development/tools/buildah
parentb3ca5f904aa0f3341413f14e3bd8303a6acd39de (diff)
downloadnixpkgs-9b06d00d8b586157cd24eee88aa7fd23d9ba56af.tar
nixpkgs-9b06d00d8b586157cd24eee88aa7fd23d9ba56af.tar.gz
nixpkgs-9b06d00d8b586157cd24eee88aa7fd23d9ba56af.tar.bz2
nixpkgs-9b06d00d8b586157cd24eee88aa7fd23d9ba56af.tar.lz
nixpkgs-9b06d00d8b586157cd24eee88aa7fd23d9ba56af.tar.xz
nixpkgs-9b06d00d8b586157cd24eee88aa7fd23d9ba56af.tar.zst
nixpkgs-9b06d00d8b586157cd24eee88aa7fd23d9ba56af.zip
buildah: 1.21.1 -> 1.22.0
Signed-off-by: Sascha Grunert <sgrunert@redhat.com>
Diffstat (limited to 'pkgs/development/tools/buildah')
-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 c92b229f05a..d7e546ec44f 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.21.4";
+  version = "1.22.0";
 
   src = fetchFromGitHub {
     owner = "containers";
     repo = "buildah";
     rev = "v${version}";
-    sha256 = "sha256-eVXNkQJ3/T4KFiGeE8o4kFBOONfHc6v+tNEOsOnEYRA=";
+    sha256 = "sha256-F2PUqqzW7e6wmme1rTEJ736Sy/SRR1XVf20j5zDI9/s=";
   };
 
   outputs = [ "out" "man" ];