mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-12-26 21:33:03 +03:00
lkl: 2017-10-18 -> 2017-11-10
This commit is contained in:
parent
f218ef647c
commit
b8cc69b31e
@ -1,8 +1,8 @@
|
|||||||
{ stdenv, fetchFromGitHub, bc, python, fuse, libarchive }:
|
{ stdenv, fetchFromGitHub, bc, python, fuse, libarchive }:
|
||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
name = "lkl-2017-10-18";
|
name = "lkl-2017-11-10";
|
||||||
rev = "bfb315c4612c38427e3239d0a427a125d9ba0ede";
|
rev = "52a6a643c7d1dd3031c0cbec75e1ac7a999f3d57";
|
||||||
|
|
||||||
outputs = [ "dev" "lib" "out" ];
|
outputs = [ "dev" "lib" "out" ];
|
||||||
|
|
||||||
@ -14,7 +14,7 @@ stdenv.mkDerivation rec {
|
|||||||
inherit rev;
|
inherit rev;
|
||||||
owner = "lkl";
|
owner = "lkl";
|
||||||
repo = "linux";
|
repo = "linux";
|
||||||
sha256 = "172ccn2gsybnji7giiqq63bvp9nsw8kri88pjlvinwpwsv7x81aa";
|
sha256 = "1i5ywrfxqpykjjalwh9g4rwd4s186cqk3j806d327a67xb2ivxnp";
|
||||||
};
|
};
|
||||||
|
|
||||||
# Fix a /usr/bin/env reference in here that breaks sandboxed builds
|
# Fix a /usr/bin/env reference in here that breaks sandboxed builds
|
||||||
|
Loading…
Reference in New Issue
Block a user