Updates from theba.

This commit is contained in:
Gabriel Ebner 2016-06-14 14:22:29 +02:00
parent 58e244e4f0
commit 8d1bfbf7cf
3 changed files with 5 additions and 5 deletions

View File

@ -110,8 +110,8 @@
repo = "nixpkgs-channels";
};
stable = import (fetchNixPkgs {
rev = "63b97855f15f5327565f6272def921b3203c8696";
sha256 = "1xhxrdpicdj73ff0vfjgyqkq9851cn9yh4c8pip3r2z4gff72jg6";
rev = "9e959ce6441a3309c2f3e7b07c62f7c681e8eb6f";
sha256 = "1fi40m9yq6jbskp8j0mxnlxhcf4mvwh1qn27idcb9l58762hn5nb";
}) {};
in {
idea.idea-community = pkgs.idea.idea-community.overrideDerivation (oldAttrs: rec {

View File

@ -1,11 +1,11 @@
with import <nixpkgs> {};
stdenv.mkDerivation rec {
name = "yjp-${version}";
version = "2016.02-b29";
version = "2016.02-b38";
src = fetchurl {
url = "https://www.yourkit.com/download/${name}.zip";
sha256 = "1i5a8zjgv9wzgpr7fpyrr4j24cmlq2ykz4d5zw0dlqxm9m096dl9";
sha256 = "1467nkgxibs0i5sazjw8kvp1bf2p50vgcrl6cfjnv6gm64w2hgsa";
};
nativeBuildInputs = [ unzip makeWrapper patchelf ];

View File

@ -54,7 +54,7 @@
systemd.services.ModemManager.enable = true;
services.xserver.vaapiDrivers = [ pkgs.vaapiIntel ];
hardware.opengl.extraPackages = [ pkgs.vaapiIntel ];
nixpkgs.config.packageOverrides = pkgs: rec {
};