lol

tar2ext4: 0.8.21 -> 0.8.22

authored by

R. RyanTM and committed by
Alyssa Ross
9ec36def 8718a7b5

+2 -2
+2 -2
pkgs/tools/filesystems/tar2ext4/default.nix
··· 2 2 3 3 buildGoModule rec { 4 4 pname = "tar2ext4"; 5 - version = "0.8.21"; 5 + version = "0.8.22"; 6 6 7 7 src = fetchFromGitHub { 8 8 owner = "microsoft"; 9 9 repo = "hcsshim"; 10 10 rev = "v${version}"; 11 - sha256 = "sha256-oYCL6agif/BklMY5/ub6PExS6D/ZlTxi1QaabMOsEfw="; 11 + sha256 = "sha256-z8w/xzNEebnQJTO4H5PlU5W+69MY1wQwmuz5inXBl1k="; 12 12 }; 13 13 14 14 sourceRoot = "source/cmd/tar2ext4";