tar2ext4: 0.12.8 -> 0.13.0

This commit is contained in:
R. Ryantm 2025-05-11 06:48:41 +00:00 committed by Alyssa Ross
parent 46c587b0ae
commit b572f5085a

View file

@ -6,13 +6,13 @@
buildGoModule rec {
pname = "tar2ext4";
version = "0.12.8";
version = "0.13.0";
src = fetchFromGitHub {
owner = "microsoft";
repo = "hcsshim";
rev = "v${version}";
sha256 = "sha256-20+y7wFV3HxkrS1qHNq2neIc826HU5AXzuqqS7Ll2gg=";
sha256 = "sha256-/ImyicXRBGclnUEpqygNYhknFYJmRqBqKkz/gNxVLWQ=";
};
sourceRoot = "${src.name}/cmd/tar2ext4";