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

tar2ext4: 0.11.1 -> 0.11.4

authored by Pol Dellaiera and committed by GitHub 68a51a2e 37548e28

+2 -2
+2 -2
pkgs/tools/filesystems/tar2ext4/default.nix
··· 2 3 buildGoModule rec { 4 pname = "tar2ext4"; 5 - version = "0.11.1"; 6 7 src = fetchFromGitHub { 8 owner = "microsoft"; 9 repo = "hcsshim"; 10 rev = "v${version}"; 11 - sha256 = "sha256-iz8trRuGyIpGbRX+qYyKKS9gR8daLTRzKmlxE94eDzo="; 12 }; 13 14 sourceRoot = "${src.name}/cmd/tar2ext4";
··· 2 3 buildGoModule rec { 4 pname = "tar2ext4"; 5 + version = "0.11.4"; 6 7 src = fetchFromGitHub { 8 owner = "microsoft"; 9 repo = "hcsshim"; 10 rev = "v${version}"; 11 + sha256 = "sha256-bu1uLJmFSetTv1R3qyCtZxba+wxjDDSkEpBwKNZ/meM="; 12 }; 13 14 sourceRoot = "${src.name}/cmd/tar2ext4";