zowoq
2020-02-01 07:44:44 +10:00
parent f206eea2cf
commit eaea88814f
2 changed files with 7 additions and 8 deletions
+2 -2
View File
@@ -4,13 +4,13 @@
buildGoPackage rec {
pname = "buildah";
version = "1.13.1";
version = "1.13.2";
src = fetchFromGitHub {
owner = "containers";
repo = "buildah";
rev = "v${version}";
sha256 = "0swhpdr970ik6fhvmj45r84lsp1n6rxm0bgv9i1lvrxy1mdv7r9x";
sha256 = "0860ynv93gbicpczfapvrd558dzbqicy9rv4ivyjhb6yyfgy4qai";
};
outputs = [ "bin" "man" "out" ];