Merge pull request #94494 from zowoq/buildah

buildah: 1.15.0 -> 1.15.1
This commit is contained in:
adisbladis 2020-08-02 09:28:19 +02:00 committed by GitHub
commit 05dfee2778
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -13,13 +13,13 @@
buildGoModule rec {
pname = "buildah";
version = "1.15.0";
version = "1.15.1";
src = fetchFromGitHub {
owner = "containers";
repo = "buildah";
rev = "v${version}";
sha256 = "0nhqw8s8m819mhb0kpji0if8ji9cmkcb821zab7h65azk0p8qh20";
sha256 = "15pnyi6gay287vkcrgsirsyyps3ya2lsih1ljkcsqdxzr596mcv3";
};
outputs = [ "out" "man" ];