Skip to content

Commit

Permalink
phc-intel: 0.4.0rev19 -> 0.4.0rev22
Browse files Browse the repository at this point in the history
Fixes build on linux 4.7

(cherry picked from commit ce0043b)
  • Loading branch information
shlevy committed Sep 2, 2016
1 parent 7bfe580 commit b3871e4
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pkgs/os-specific/linux/phc-intel/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -8,14 +8,14 @@ assert !kernel.features ? grsecurity;

let
release = "0.4.0";
revbump = "rev19"; # don't forget to change forum download id...
revbump = "rev22"; # don't forget to change forum download id...
in stdenv.mkDerivation rec {
name = "linux-phc-intel-${version}-${kernel.version}";
version = "${release}-${revbump}";

src = fetchurl {
sha256 = "1apvjp2rpaf3acjvsxgk6xiwrx4n9p565gxvra05pvicwikfiqa8";
url = "http://www.linux-phc.org/forum/download/file.php?id=168";
sha256 = "f80285a8cd2ebb1753841e493af0c091d55c33823777b26a93d25ed7264a385d";
url = "http://www.linux-phc.org/forum/download/file.php?id=172";
name = "phc-intel-pack-${revbump}.tar.bz2";
};

Expand Down

0 comments on commit b3871e4

Please sign in to comment.