buildah-unwrapped: 1.38.1 -> 1.39.0

This commit is contained in:
R. Ryantm 2025-02-04 05:01:01 +00:00
parent 1428a5523b
commit 62fe8ff5e0

View File

@ -18,13 +18,13 @@
buildGoModule rec {
pname = "buildah";
version = "1.38.1";
version = "1.39.0";
src = fetchFromGitHub {
owner = "containers";
repo = "buildah";
rev = "v${version}";
hash = "sha256-Pc+JHUkGeLRfzgQCrYzsdvLEYctqPCDweS2H/ky8ltA=";
hash = "sha256-R2iZpZkofg6kMTQ/kOjgKLQYw+yQQ5P3AAyBeo81lGU=";
};
outputs = [