From 5943f7ec95d099917f7632bbe2d316704ee78490 Mon Sep 17 00:00:00 2001 From: Gabriel Ebner Date: Fri, 11 Oct 2019 13:07:39 +0200 Subject: [PATCH] update nixpkgs stable checkout --- common-sw.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/common-sw.nix b/common-sw.nix index 7bd6ab7..8509021 100644 --- a/common-sw.nix +++ b/common-sw.nix @@ -87,8 +87,8 @@ repo = "nixpkgs-channels"; }; stablePkgs = fetchNixPkgs { - rev = "7cd2e4ebe8ca91f829b405451586868744270100"; - sha256 = "0h4lacvqmk356ihc7gnb44dni6m5qza23vlgl6w6jdhr9pjcmdcm"; + rev = "dbad7c7d59f12e81032bc3100e3d9fa44b6d4e70"; + sha256 = "1pjhslnhz4gngbclyr39x4xaicrc1sz2xy8bsrvlr3cl5qrbki2b"; }; in { # idea-community-eap = pkgs.idea.idea-community.overrideDerivation (oldAttrs: rec {