Skip to content

Commit afd53a5

Browse files
committed
Fix simple-shell.nix
1 parent 778ea78 commit afd53a5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

simple-shell.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@ let
44
np = import (_np.fetchFromGitHub {
55
owner = "NixOS";
66
repo = "nixpkgs";
7-
rev = "7d5375ebf4cd417465327d7ab453687fd19663c9";
8-
sha256 = "0vb7ikjscrp2rw0dfw6pilxqpjm50l5qg2x2mn1vfh93dkl2aan7";
7+
rev = "541d9cce8af7a490fb9085305939569567cb58e6";
8+
sha256 = "0jgz72hhzkd5vyq5v69vpljjlnf0lqaz7fh327bvb3cvmwbfxrja";
99
}) {};
1010

1111
mkGhc = (import (np.fetchFromGitHub {

0 commit comments

Comments
 (0)