Skip to content

Commit

Permalink
linuxPackages.phc-intel: 0.4.0-rev24 -> 0.4.0-rev25
Browse files Browse the repository at this point in the history
  • Loading branch information
pbogdan authored and obadz committed Mar 28, 2018
1 parent 6b8a6fa commit 1365d6a
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 @@ -6,14 +6,14 @@ assert stdenv.lib.versionAtLeast kernel.version "4.10";

let
release = "0.4.0";
revbump = "rev24"; # don't forget to change forum download id...
revbump = "rev25"; # 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 = "02b4j8ap1fy09z36pmpplbw4vpwqdi16jyzw5kl0a60ydgxkmrpz";
url = "http://www.linux-phc.org/forum/download/file.php?id=178";
sha256 = "1w91hpphd8i0br7g5qra26jdydqar45zqwq6jq8yyz6l0vb10zlz";
url = "http://www.linux-phc.org/forum/download/file.php?id=194";
name = "phc-intel-pack-${revbump}.tar.bz2";
};

Expand Down

0 comments on commit 1365d6a

Please sign in to comment.