lol

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

tar2ext4: 0.9.2 -> 0.9.4

authored by

Jonas Heinrich and committed by
GitHub
7d0d1d04 78f0d5ba

+2 -2
+2 -2
pkgs/tools/filesystems/tar2ext4/default.nix
··· 2 2 3 3 buildGoModule rec { 4 4 pname = "tar2ext4"; 5 - version = "0.9.2"; 5 + version = "0.9.4"; 6 6 7 7 src = fetchFromGitHub { 8 8 owner = "microsoft"; 9 9 repo = "hcsshim"; 10 10 rev = "v${version}"; 11 - sha256 = "sha256-Qa93MpTAMCA7vn7LefILDdAKYyRDPPq0vBwmIfegyuU="; 11 + sha256 = "sha256-P2ri+9MDV6ObyAiqUguifjqkPg+8zE+Ha6jgFS5aCsQ="; 12 12 }; 13 13 14 14 sourceRoot = "source/cmd/tar2ext4";