Merge pull request #112485 from saschagrunert/buildah

buildah: 1.19.3 -> 1.19.4
This commit is contained in:
Sandro 2021-02-09 09:26:38 +01:00 committed by GitHub
commit 7e70a5b6f7
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.3";
version = "1.19.4";
src = fetchFromGitHub {
owner = "containers";
repo = "buildah";
rev = "v${version}";
sha256 = "sha256-mHr+FuDMxLA5Y7BNbDN75mdHVP6Ah1/S5vXg6cC/dcE=";
sha256 = "0hyjyk3yw2yjb47j9kd6as5bsa2wkjricnx0803sg2p4qc8rb72f";
};
outputs = [ "out" "man" ];