Skip to content

Commit becdcf3

Browse files
committed
nixpkgs bump
1 parent ee0efa3 commit becdcf3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

nixpkgs.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
let
22
nixpkgsSrc = builtins.fetchTarball {
33
url =
4-
"https://github.com/NixOS/nixpkgs/archive/16f3fbbd6f332daeb36c1c3fa75587ff6d6faf5a.tar.gz"; # haskell-updates
5-
sha256 = "1c1f0ppqidffbgnqc008ljazqmb3wisd92g6w4xq31bq98payxnf";
4+
"https://github.com/NixOS/nixpkgs/archive/3bde7576132241b83f37d53d09bac5ba8458a1ee.tar.gz"; # haskell-updates
5+
sha256 = "0r83g6wc18cz5fp8dqw836r5aa4jdwlnd9ka4q44q0xzm5mlzw8z";
66
};
77

88
in import nixpkgsSrc { }

0 commit comments

Comments
 (0)