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

tar2ext4: 0.9.8 -> 0.10.0
This commit is contained in:
Nick Cao 2023-07-26 20:41:17 -06:00 committed by GitHub
commit 66afef346c
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.9.8";
version = "0.10.0";
src = fetchFromGitHub {
owner = "microsoft";
repo = "hcsshim";
rev = "v${version}";
sha256 = "sha256-CvXn5b1kEZ2gYqfKSFRNzqkyOAcfcI1/3etRJTKwqog=";
sha256 = "sha256-+GhYeQ27uwg9JOv1qbf1+UbMd+vPXJ05nsXZD9OakzI=";
};
sourceRoot = "source/cmd/tar2ext4";