Skip to content

Commit

Permalink
lkl: 2017-06-27 -> 2017-08-09
Browse files Browse the repository at this point in the history
Just bumping the package version to pick up a bugfix.

Fixes #28055
  • Loading branch information
copumpkin committed Aug 9, 2017
1 parent 9cd0527 commit ed55bdb
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pkgs/applications/virtualization/lkl/default.nix
@@ -1,8 +1,8 @@
{ stdenv, fetchFromGitHub, bc, python, fuse, libarchive }:

stdenv.mkDerivation rec {
name = "lkl-2017-06-27";
rev = "0d91d102b046eec535a6d67df9829b80b24e9ce9";
name = "lkl-2017-08-09";
rev = "083cdeece0577635d523244dcf0da86074e23e4e";

outputs = [ "dev" "lib" "out" ];

Expand All @@ -14,7 +14,7 @@ stdenv.mkDerivation rec {
inherit rev;
owner = "lkl";
repo = "linux";
sha256 = "1sc18fik2dm0hnsb5q4srvwbf6wgv27zlf3qa7x39g4vbj1jqgas";
sha256 = "1fyh0p54jgsqywswj40zbw64jbqx2w10wax1k3j2szzlhjrv9x1a";
};

# Fix a /usr/bin/env reference in here that breaks sandboxed builds
Expand Down

0 comments on commit ed55bdb

Please sign in to comment.