tar2ext4: 0.11.1 -> 0.11.4

This commit is contained in:
R. Ryantm 2023-11-14 12:20:24 +00:00
parent 2387a37fa0
commit efc6520b68

View File

@ -2,13 +2,13 @@
buildGoModule rec {
pname = "tar2ext4";
version = "0.11.1";
version = "0.11.4";
src = fetchFromGitHub {
owner = "microsoft";
repo = "hcsshim";
rev = "v${version}";
sha256 = "sha256-iz8trRuGyIpGbRX+qYyKKS9gR8daLTRzKmlxE94eDzo=";
sha256 = "sha256-bu1uLJmFSetTv1R3qyCtZxba+wxjDDSkEpBwKNZ/meM=";
};
sourceRoot = "${src.name}/cmd/tar2ext4";