tar2ext4: 0.9.5 -> 0.9.6

This commit is contained in:
R. Ryantm 2022-12-14 18:09:22 +00:00
parent c917b69e56
commit e97506eb94

View File

@ -2,13 +2,13 @@
buildGoModule rec {
pname = "tar2ext4";
version = "0.9.5";
version = "0.9.6";
src = fetchFromGitHub {
owner = "microsoft";
repo = "hcsshim";
rev = "v${version}";
sha256 = "sha256-p64BQlxwXU9+6MbT2Aw9EcW82t2i3E6mKfOWoEEFf9g=";
sha256 = "sha256-sBcagAFjmnLfPFYwOhWIt6bnEXyOKYobvMI2rQf4S5A=";
};
sourceRoot = "source/cmd/tar2ext4";