umoci: 0.5.0 -> 0.5.1

This commit is contained in:
R. Ryantm
2025-09-06 18:44:54 +00:00
parent a50c9f77d2
commit be89fce127
+2 -2
View File
@@ -8,13 +8,13 @@
buildGoModule rec {
pname = "umoci";
version = "0.5.0";
version = "0.5.1";
src = fetchFromGitHub {
owner = "opencontainers";
repo = "umoci";
rev = "v${version}";
sha256 = "sha256-1nQMrA1GJAeEJ8m8YWMZE10exlx0u023XZakQCaO/YI=";
sha256 = "sha256-+sUqozuIgWoP2aTuP9fPOn0zFYx0gxHfFu71LBHvhhA=";
};
vendorHash = null;