From 427245d4e758d614ae262a0c361cd29f3e9ca85c Mon Sep 17 00:00:00 2001 From: Gabriel Ebner Date: Thu, 21 Jul 2016 18:24:41 +0200 Subject: [PATCH] Update stable nixpkgs checkout. --- common.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/common.nix b/common.nix index 0e8afad..8435c1c 100644 --- a/common.nix +++ b/common.nix @@ -111,8 +111,8 @@ repo = "nixpkgs-channels"; }; stable = import (fetchNixPkgs { - rev = "9e959ce6441a3309c2f3e7b07c62f7c681e8eb6f"; - sha256 = "1fi40m9yq6jbskp8j0mxnlxhcf4mvwh1qn27idcb9l58762hn5nb"; + rev = "f231b2b3f79020025eaabe4e8fae53e81651914c"; + sha256 = "0bnac2qsx2j5gl2vfqjswv096fnqvf7d5ids1442mk050yph0gix"; }) {}; in { idea.idea-community = pkgs.idea.idea-community.overrideDerivation (oldAttrs: rec {