summary refs log tree commit diff
path: root/pkgs/development/tools/buildah
diff options
context:
space:
mode:
authorMario Rodas <marsam@users.noreply.github.com>2020-04-03 04:20:00 -0500
committerMario Rodas <marsam@users.noreply.github.com>2020-04-03 04:20:00 -0500
commit2c5c285cc00a146dc26f8459aafcffdf9c48b02d (patch)
tree6ef48f02b91c0153ff1c9656784998b6fac14b9c /pkgs/development/tools/buildah
parent09dde57e93d010b786eed4796d53f34a6c6e3891 (diff)
downloadnixpkgs-2c5c285cc00a146dc26f8459aafcffdf9c48b02d.tar
nixpkgs-2c5c285cc00a146dc26f8459aafcffdf9c48b02d.tar.gz
nixpkgs-2c5c285cc00a146dc26f8459aafcffdf9c48b02d.tar.bz2
nixpkgs-2c5c285cc00a146dc26f8459aafcffdf9c48b02d.tar.lz
nixpkgs-2c5c285cc00a146dc26f8459aafcffdf9c48b02d.tar.xz
nixpkgs-2c5c285cc00a146dc26f8459aafcffdf9c48b02d.tar.zst
nixpkgs-2c5c285cc00a146dc26f8459aafcffdf9c48b02d.zip
buildah: 1.14.5 -> 1.14.6
Changelog: https://github.com/containers/buildah/releases/tag/v1.14.6
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 6f207ee4f5f..719aad17203 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.14.5";
+  version = "1.14.6";
 
   src = fetchFromGitHub {
     owner  = "containers";
     repo   = "buildah";
     rev    = "v${version}";
-    sha256 = "186jla2gy9xsl54siji5i7a3hc8sjp5gcc78j43xn11i8brdf684";
+    sha256 = "1sx4jl34l9djf115zv266qhz4sm1ndv0k0z49fbr3b6m7ll2mmlv";
   };
 
   outputs = [ "bin" "man" "out" ];