about summary refs log tree commit diff
diff options
context:
space:
mode:
authorR. Ryantm <ryantm-bot@ryantm.com>2024-03-08 01:31:07 +0000
committerR. Ryantm <ryantm-bot@ryantm.com>2024-03-08 01:31:07 +0000
commit44155e079340c962b20b4daaa1cc11a565bf097d (patch)
treeb31f0355b3a18548dc493cefde6e80c1c3e74370
parentc8cd65298e567e1e604431e4544361e365410f8c (diff)
buildah-unwrapped: 1.34.1 -> 1.35.0
-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 9c3e988085d8b..f8f9a6b1decfa 100644
--- a/pkgs/development/tools/buildah/default.nix
+++ b/pkgs/development/tools/buildah/default.nix
@@ -17,13 +17,13 @@
 
 buildGoModule rec {
   pname = "buildah";
-  version = "1.34.1";
+  version = "1.35.0";
 
   src = fetchFromGitHub {
     owner = "containers";
     repo = "buildah";
     rev = "v${version}";
-    hash = "sha256-0mH6s9BSTkXutwYVG3EpqEcildO3g37Us4pdTmLPcAQ=";
+    hash = "sha256-xVcqbcKb6qm/XXRBi2vSIeISjfg5EivXpEbif96f+6U=";
   };
 
   outputs = [ "out" "man" ];