Skip to content
This repository was archived by the owner on Apr 12, 2021. It is now read-only.
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: NixOS/nixpkgs-channels
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: c2ef0cee28a1
Choose a base ref
...
head repository: NixOS/nixpkgs-channels
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: c337a7423bcf
Choose a head ref
  • 1 commit
  • 1 file changed
  • 1 contributor

Commits on Dec 16, 2019

  1. linux-libre_latest: 16794 -> 17112

    The original commit didn't have a comment, causing a conflict.  I
    removed the comment here so future backports apply cleanly.
    
    (cherry picked from commit 987a59e)
    alyssais committed Dec 16, 2019
    Copy the full SHA
    c337a74 View commit details
Showing with 2 additions and 5 deletions.
  1. +2 −5 pkgs/os-specific/linux/kernel/linux-libre.nix
7 changes: 2 additions & 5 deletions pkgs/os-specific/linux/kernel/linux-libre.nix
Original file line number Diff line number Diff line change
@@ -1,11 +1,8 @@
{ stdenv, lib, fetchsvn, linux
, scripts ? fetchsvn {
url = "https://www.fsfla.org/svn/fsfla/software/linux-libre/releases/branches/";

# Update this if linux_latest-libre fails to build.
# $ curl https://www.fsfla.org/svn/fsfla/software/linux-libre/releases/branches/ | grep -Eo 'Revision [0-9]+'
rev = "16794";
sha256 = "1lpaka4hs7yrpnrzfybd6radjylwvw2p4aly68pypykqs2srvm7j";
rev = "17112";
sha256 = "049vmi9q1vrcrq9p1zxj6bhhpkgy8fsyh955b54z3xlw7czng1s1";
}
, ...
}: