Merge pull request #184074 from r-ryantm/auto-update/tar2ext4

tar2ext4: 0.9.2 -> 0.9.4
This commit is contained in:
Jonas Heinrich
2022-08-21 21:42:32 +02:00
committed by GitHub
+2 -2
View File
@@ -2,13 +2,13 @@
buildGoModule rec {
pname = "tar2ext4";
version = "0.9.2";
version = "0.9.4";
src = fetchFromGitHub {
owner = "microsoft";
repo = "hcsshim";
rev = "v${version}";
sha256 = "sha256-Qa93MpTAMCA7vn7LefILDdAKYyRDPPq0vBwmIfegyuU=";
sha256 = "sha256-P2ri+9MDV6ObyAiqUguifjqkPg+8zE+Ha6jgFS5aCsQ=";
};
sourceRoot = "source/cmd/tar2ext4";