Merge pull request #111231 from zowoq/buildah

buildah: 1.19.2 -> 1.19.3
This commit is contained in:
adisbladis 2021-01-30 08:57:47 +01:00 committed by GitHub
commit 8026cf1736
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -14,13 +14,13 @@
buildGoModule rec {
pname = "buildah";
version = "1.19.2";
version = "1.19.3";
src = fetchFromGitHub {
owner = "containers";
repo = "buildah";
rev = "v${version}";
sha256 = "1gak5m4n4bfji1hcv8y5lj1m8a39rars8igqxdr89d2i45dkpbx0";
sha256 = "sha256-mHr+FuDMxLA5Y7BNbDN75mdHVP6Ah1/S5vXg6cC/dcE=";
};
outputs = [ "out" "man" ];