1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-11-22 13:41:26 +00:00

buildah: 1.14.3 -> 1.14.4

https://github.com/containers/buildah/releases/tag/v1.14.4
This commit is contained in:
zowoq 2020-03-27 08:54:33 +10:00
parent 5bfc1d5110
commit 2275ba08be

View file

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