1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-11-21 13:10:33 +00:00

Merge pull request #84227 from marsam/update-buildah

buildah: 1.14.5 -> 1.14.6
This commit is contained in:
Mario Rodas 2020-04-04 06:18:24 -05:00 committed by GitHub
commit 25103498f4
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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" ];