tar2ext4: 0.12.7 -> 0.12.8

This commit is contained in:
R. Ryantm 2024-10-22 23:57:16 +00:00
parent 174ae77ad8
commit c7c044a1c0

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";