Skip to content

Commit

Permalink
linux-libre: 15715 -> 15814
Browse files Browse the repository at this point in the history
  • Loading branch information
NeQuissimus committed Dec 24, 2018
1 parent 8f9c2f9 commit 24cdaa7
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pkgs/os-specific/linux/kernel/linux-libre.nix
@@ -1,11 +1,11 @@
{ stdenv, lib, fetchsvn, linux
, scripts ? fetchsvn {
url = "https://www.fsfla.org/svn/fsfla/software/linux-libre/releases/tags/";

# Update this if linux_latest-libre fails to build.
# $ curl https://www.fsfla.org/svn/fsfla/software/linux-libre/releases/tags/ | grep -Eo 'Revision [0-9]+'
rev = "15715";
sha256 = "1mz1xv860ddxz7dfp4l6q25hlsh532aapvylq703jskgbzsfinxh";
rev = "15814";
sha256 = "10y2nh9sqd5kw1331apq50ikd8585gsja8hbjzyiskl3x5ak5xzh";
}
, ...
}:
Expand Down

0 comments on commit 24cdaa7

Please sign in to comment.