Skip to content

Commit

Permalink
inspectrum: unstable-2017-02-18 -> unstable-2017-05-31 (#26284)
Browse files Browse the repository at this point in the history
* Upgrades Inspectrum to new version to work with QT5.8

* inspectrum: also increment version number
  • Loading branch information
bkchr authored and Mic92 committed Jun 3, 2017
1 parent dcf171b commit fcf6989
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
7 changes: 3 additions & 4 deletions pkgs/applications/misc/inspectrum/default.nix
Expand Up @@ -10,14 +10,13 @@
}:

stdenv.mkDerivation rec {
name = "inspectrum-${version}";
version = "20170218";
name = "inspectrum-unstable-2017-05-31";

src = fetchFromGitHub {
owner = "miek";
repo = "inspectrum";
rev = "d8d1969a4cceeee0ebfd2f39e791fddd5155d4de";
sha256 = "05sarfin9wqkvgwn3fil1r4bay03cwzzhjwbdjslibc5chdrr2cn";
rev = "a89d1337efb31673ccb6a6681bb89c21894c76f7";
sha256 = "1fvnr8gca25i6s9mg9b2hyqs0zzr4jicw13mimc9dhrgxklrr1yv";
};

buildInputs = [
Expand Down
2 changes: 1 addition & 1 deletion pkgs/top-level/all-packages.nix
Expand Up @@ -14532,7 +14532,7 @@ with pkgs;
lcms = lcms2;
};

inspectrum = callPackage ../applications/misc/inspectrum { };
inspectrum = libsForQt5.callPackage ../applications/misc/inspectrum { };

ion3 = callPackage ../applications/window-managers/ion-3 {
lua = lua5_1;
Expand Down

0 comments on commit fcf6989

Please sign in to comment.