Merge pull request #159795 from r-ryantm/auto-update/tar2ext4
tar2ext4: 0.8.22 -> 0.9.2
This commit is contained in:
commit
8970e632fc
@ -2,13 +2,13 @@
|
|||||||
|
|
||||||
buildGoModule rec {
|
buildGoModule rec {
|
||||||
pname = "tar2ext4";
|
pname = "tar2ext4";
|
||||||
version = "0.8.22";
|
version = "0.9.2";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "microsoft";
|
owner = "microsoft";
|
||||||
repo = "hcsshim";
|
repo = "hcsshim";
|
||||||
rev = "v${version}";
|
rev = "v${version}";
|
||||||
sha256 = "sha256-z8w/xzNEebnQJTO4H5PlU5W+69MY1wQwmuz5inXBl1k=";
|
sha256 = "sha256-Qa93MpTAMCA7vn7LefILDdAKYyRDPPq0vBwmIfegyuU=";
|
||||||
};
|
};
|
||||||
|
|
||||||
sourceRoot = "source/cmd/tar2ext4";
|
sourceRoot = "source/cmd/tar2ext4";
|
||||||
|
Loading…
Reference in New Issue
Block a user