tangled
alpha
login
or
join now
tjh.dev
/
nixpkgs
Clone of https://github.com/NixOS/nixpkgs.git (to stress-test knotserver)
0
fork
atom
overview
issues
pulls
pipelines
tar2ext4: 0.9.6 -> 0.9.8
R. Ryantm
2 years ago
37bbb66e
f864e461
+3
-3
1 changed file
expand all
collapse all
unified
split
pkgs
tools
filesystems
tar2ext4
default.nix
+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";