umoci: 0.5.1 -> 0.6.0

This commit is contained in:
R. Ryantm
2025-10-15 13:10:40 +00:00
parent 525df0e5f7
commit 9540547b8d
+2 -2
View File
@@ -8,13 +8,13 @@
buildGoModule rec {
pname = "umoci";
version = "0.5.1";
version = "0.6.0";
src = fetchFromGitHub {
owner = "opencontainers";
repo = "umoci";
rev = "v${version}";
sha256 = "sha256-+sUqozuIgWoP2aTuP9fPOn0zFYx0gxHfFu71LBHvhhA=";
sha256 = "sha256-KgKrJcdYPwY6bSxa/r5HCUCeMnJ0GXSgNo8MKLDooFQ=";
};
vendorHash = null;