We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2988feb commit 405d540Copy full SHA for 405d540
1 file changed
pkgs/development/tools/misc/linuxkit/default.nix
@@ -2,15 +2,15 @@
2
3
buildGoPackage rec {
4
pname = "linuxkit";
5
- version = "0.7";
+ version = "0.8";
6
7
goPackagePath = "github.com/linuxkit/linuxkit";
8
9
src = fetchFromGitHub {
10
owner = "linuxkit";
11
repo = "linuxkit";
12
rev = "v${version}";
13
- sha256 = "1mnaqzd4r0fdgjhjvbi4p0wwvz69i82b33iizz81wvkr1mkakgl2";
+ sha256 = "15jj60k8wz9cahjbdscnwyyfb1k1grjh7yrilb1cj4r8mby4sp2g";
14
};
15
16
subPackages = [ "src/cmd/linuxkit" ];
0 commit comments