From 2c5c285cc00a146dc26f8459aafcffdf9c48b02d Mon Sep 17 00:00:00 2001 From: Mario Rodas Date: Fri, 3 Apr 2020 04:20:00 -0500 Subject: buildah: 1.14.5 -> 1.14.6 Changelog: https://github.com/containers/buildah/releases/tag/v1.14.6 --- pkgs/development/tools/buildah/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'pkgs/development') diff --git a/pkgs/development/tools/buildah/default.nix b/pkgs/development/tools/buildah/default.nix index 6f207ee4f5f3..719aad17203a 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" ]; -- cgit 1.4.1