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

tar2ext4: 0.11.1 -> 0.11.4
This commit is contained in:
Pol Dellaiera
2023-11-27 20:55:43 +01:00
committed by GitHub
+2 -2
View File
@@ -2,13 +2,13 @@
buildGoModule rec {
pname = "tar2ext4";
version = "0.11.1";
version = "0.11.4";
src = fetchFromGitHub {
owner = "microsoft";
repo = "hcsshim";
rev = "v${version}";
sha256 = "sha256-iz8trRuGyIpGbRX+qYyKKS9gR8daLTRzKmlxE94eDzo=";
sha256 = "sha256-bu1uLJmFSetTv1R3qyCtZxba+wxjDDSkEpBwKNZ/meM=";
};
sourceRoot = "${src.name}/cmd/tar2ext4";