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

tar2ext4: 0.10.0 -> 0.11.1
This commit is contained in:
maxine 2023-10-09 18:47:09 +02:00 committed by GitHub
commit 5244606ec3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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