Loading pkgs/tools/filesystems/tar2ext4/default.nix +3 −3 Original line number Diff line number Diff line Loading @@ -2,17 +2,17 @@ buildGoModule rec { pname = "tar2ext4"; version = "0.9.6"; version = "0.9.8"; src = fetchFromGitHub { owner = "microsoft"; repo = "hcsshim"; rev = "v${version}"; sha256 = "sha256-sBcagAFjmnLfPFYwOhWIt6bnEXyOKYobvMI2rQf4S5A="; sha256 = "sha256-CvXn5b1kEZ2gYqfKSFRNzqkyOAcfcI1/3etRJTKwqog="; }; sourceRoot = "source/cmd/tar2ext4"; vendorSha256 = null; vendorHash = null; meta = with lib; { description = "Convert a tar archive to an ext4 image"; Loading Loading
pkgs/tools/filesystems/tar2ext4/default.nix +3 −3 Original line number Diff line number Diff line Loading @@ -2,17 +2,17 @@ buildGoModule rec { pname = "tar2ext4"; version = "0.9.6"; version = "0.9.8"; src = fetchFromGitHub { owner = "microsoft"; repo = "hcsshim"; rev = "v${version}"; sha256 = "sha256-sBcagAFjmnLfPFYwOhWIt6bnEXyOKYobvMI2rQf4S5A="; sha256 = "sha256-CvXn5b1kEZ2gYqfKSFRNzqkyOAcfcI1/3etRJTKwqog="; }; sourceRoot = "source/cmd/tar2ext4"; vendorSha256 = null; vendorHash = null; meta = with lib; { description = "Convert a tar archive to an ext4 image"; Loading