buildah-unwrapped: 1.35.4 -> 1.36.0

This commit is contained in:
R. Ryantm
2024-05-24 00:37:44 +00:00
parent fc165a03b2
commit 32fdfea7c6
+2 -2
View File
@@ -17,13 +17,13 @@
buildGoModule rec {
pname = "buildah";
version = "1.35.4";
version = "1.36.0";
src = fetchFromGitHub {
owner = "containers";
repo = "buildah";
rev = "v${version}";
hash = "sha256-lcB23yU7Wn+aILGFLDBnFg30NRDQgJt3J61FmGuQtRo=";
hash = "sha256-Ttz1D/jFbxFfpbT2VAkcao2AFwFRD8PLrH8yDSYt3AI=";
};
outputs = [ "out" "man" ];