buildah: 1.14.2 -> 1.14.3

https://github.com/containers/buildah/releases/tag/v1.14.3
This commit is contained in:
zowoq 2020-03-18 22:16:27 +10:00
parent ddf87fb1ba
commit 243ec842aa

View file

@ -4,13 +4,13 @@
buildGoPackage rec {
pname = "buildah";
version = "1.14.2";
version = "1.14.3";
src = fetchFromGitHub {
owner = "containers";
repo = "buildah";
rev = "v${version}";
sha256 = "1475k8h1l8rbbs6hyq9gxksh9884l1674z77fmiyr5vzql5yf7ca";
sha256 = "1qghlba8396gj9dfih8hg249gzwx0gpw9cysdw2vh8z52jhi5sx9";
};
outputs = [ "bin" "man" "out" ];