about summary refs log tree commit diff
path: root/pkgs/development/tools/buildah
diff options
context:
space:
mode:
authorR. RyanTM <ryantm-bot@ryantm.com>2022-09-11 13:43:05 -0700
committerGitHub <noreply@github.com>2022-09-12 06:43:05 +1000
commit9383bfaa1bf627cec1344be19a42438e2e1c25f4 (patch)
tree574e77f0929a977d7f2931f6157a296507c7753c /pkgs/development/tools/buildah
parent3582beec60c6f03a767b4d9539c44454cbd8c191 (diff)
buildah: 1.27.0 -> 1.27.1 (#190779)
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 a31a95671c1e1..e0e533fe6b74d 100644
--- a/pkgs/development/tools/buildah/default.nix
+++ b/pkgs/development/tools/buildah/default.nix
@@ -15,13 +15,13 @@
 
 buildGoModule rec {
   pname = "buildah";
-  version = "1.27.0";
+  version = "1.27.1";
 
   src = fetchFromGitHub {
     owner = "containers";
     repo = "buildah";
     rev = "v${version}";
-    sha256 = "sha256-xaUOCinP46aSKcxkpvDKollRRBYlrLql737YaOkQPzc=";
+    sha256 = "sha256-WTb64VhVst3E0bct51EmsfeloTDLe2zXsy5tDDvX2rI=";
   };
 
   outputs = [ "out" "man" ];