buildah: 1.14.6 -> 1.14.7

https://github.com/containers/buildah/releases/tag/v1.14.7
This commit is contained in:
zowoq 2020-04-08 07:11:05 +10:00
parent 0db2f2fdf6
commit 0ea00213c7

View File

@ -4,13 +4,13 @@
buildGoPackage rec { buildGoPackage rec {
pname = "buildah"; pname = "buildah";
version = "1.14.6"; version = "1.14.7";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "containers"; owner = "containers";
repo = "buildah"; repo = "buildah";
rev = "v${version}"; rev = "v${version}";
sha256 = "1sx4jl34l9djf115zv266qhz4sm1ndv0k0z49fbr3b6m7ll2mmlv"; sha256 = "1nlmika4lw9qn10hh6scxypjfblm3a8gda6a0r8lnbd594as282l";
}; };
outputs = [ "bin" "man" "out" ]; outputs = [ "bin" "man" "out" ];