buildah: 1.15.0 -> 1.15.1

https://github.com/containers/buildah/releases/tag/v1.15.1
This commit is contained in:
zowoq 2020-08-02 09:31:13 +10:00
parent 3c8063df11
commit 1ec0041529

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