tar2ext4: 0.12.7 -> 0.12.8 (#350583)

This commit is contained in:
Nick Cao
2024-10-23 09:33:01 -04:00
committed by GitHub
+2 -2
View File
@@ -2,13 +2,13 @@
buildGoModule rec {
pname = "tar2ext4";
version = "0.12.7";
version = "0.12.8";
src = fetchFromGitHub {
owner = "microsoft";
repo = "hcsshim";
rev = "v${version}";
sha256 = "sha256-ObNBeHmQ4VqnZdUbKxLxuXeRw2jVPQxroO2HK4Wp8tg=";
sha256 = "sha256-20+y7wFV3HxkrS1qHNq2neIc826HU5AXzuqqS7Ll2gg=";
};
sourceRoot = "${src.name}/cmd/tar2ext4";