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

tar2ext4: 0.11.4 -> 0.12.0
This commit is contained in:
Weijia Wang 2024-03-17 15:46:31 +01:00 committed by GitHub
commit 8f908a6141
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

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