Clone of https://github.com/NixOS/nixpkgs.git (to stress-test knotserver)

tar2ext4: 0.9.6 -> 0.9.8

+3 -3
+3 -3
pkgs/tools/filesystems/tar2ext4/default.nix
··· 2 3 buildGoModule rec { 4 pname = "tar2ext4"; 5 - version = "0.9.6"; 6 7 src = fetchFromGitHub { 8 owner = "microsoft"; 9 repo = "hcsshim"; 10 rev = "v${version}"; 11 - sha256 = "sha256-sBcagAFjmnLfPFYwOhWIt6bnEXyOKYobvMI2rQf4S5A="; 12 }; 13 14 sourceRoot = "source/cmd/tar2ext4"; 15 - vendorSha256 = null; 16 17 meta = with lib; { 18 description = "Convert a tar archive to an ext4 image";
··· 2 3 buildGoModule rec { 4 pname = "tar2ext4"; 5 + version = "0.9.8"; 6 7 src = fetchFromGitHub { 8 owner = "microsoft"; 9 repo = "hcsshim"; 10 rev = "v${version}"; 11 + sha256 = "sha256-CvXn5b1kEZ2gYqfKSFRNzqkyOAcfcI1/3etRJTKwqog="; 12 }; 13 14 sourceRoot = "source/cmd/tar2ext4"; 15 + vendorHash = null; 16 17 meta = with lib; { 18 description = "Convert a tar archive to an ext4 image";