summary refs log tree commit diff
path: root/pkgs/os-specific/linux/phc-intel
diff options
context:
space:
mode:
authorShea Levy <shea@shealevy.com>2016-09-02 07:41:42 -0400
committerShea Levy <shea@shealevy.com>2016-09-02 07:41:42 -0400
commitce0043bf4cc208a4f3e0a69ff7347b39f3557964 (patch)
tree01c1a03366654d09cf3e63b170f0c29b8364dd37 /pkgs/os-specific/linux/phc-intel
parent94571e51c4b798f5a60335fbff86e966b7347af9 (diff)
downloadnixpkgs-ce0043bf4cc208a4f3e0a69ff7347b39f3557964.tar
nixpkgs-ce0043bf4cc208a4f3e0a69ff7347b39f3557964.tar.gz
nixpkgs-ce0043bf4cc208a4f3e0a69ff7347b39f3557964.tar.bz2
nixpkgs-ce0043bf4cc208a4f3e0a69ff7347b39f3557964.tar.lz
nixpkgs-ce0043bf4cc208a4f3e0a69ff7347b39f3557964.tar.xz
nixpkgs-ce0043bf4cc208a4f3e0a69ff7347b39f3557964.tar.zst
nixpkgs-ce0043bf4cc208a4f3e0a69ff7347b39f3557964.zip
phc-intel: 0.4.0rev19 -> 0.4.0rev22
Fixes build on linux 4.7
Diffstat (limited to 'pkgs/os-specific/linux/phc-intel')
-rw-r--r--pkgs/os-specific/linux/phc-intel/default.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/os-specific/linux/phc-intel/default.nix b/pkgs/os-specific/linux/phc-intel/default.nix
index 56c12e9a4f0..cb320111017 100644
--- a/pkgs/os-specific/linux/phc-intel/default.nix
+++ b/pkgs/os-specific/linux/phc-intel/default.nix
@@ -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";
   };