update nixpkgs stable checkout

This commit is contained in:
Gabriel Ebner 2019-10-11 13:07:39 +02:00
parent 2a596102d1
commit 5943f7ec95
1 changed files with 2 additions and 2 deletions

View File

@ -87,8 +87,8 @@
repo = "nixpkgs-channels"; repo = "nixpkgs-channels";
}; };
stablePkgs = fetchNixPkgs { stablePkgs = fetchNixPkgs {
rev = "7cd2e4ebe8ca91f829b405451586868744270100"; rev = "dbad7c7d59f12e81032bc3100e3d9fa44b6d4e70";
sha256 = "0h4lacvqmk356ihc7gnb44dni6m5qza23vlgl6w6jdhr9pjcmdcm"; sha256 = "1pjhslnhz4gngbclyr39x4xaicrc1sz2xy8bsrvlr3cl5qrbki2b";
}; };
in { in {
# idea-community-eap = pkgs.idea.idea-community.overrideDerivation (oldAttrs: rec { # idea-community-eap = pkgs.idea.idea-community.overrideDerivation (oldAttrs: rec {