Skip to content

Commit 904974b

Browse files
committed
nixpkgs: Patch to fix PyOpenSSL year 2020 test failures. Fixes #75.
See NixOS/nixpkgs#76879.
1 parent 1096627 commit 904974b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

nixpkgs

nixpkgs.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,4 +17,4 @@ if builtins.getEnv "STATIC_HASKELL_NIX_CI_NIXPKGS_UNSTABLE_BUILD" == "1"
1717
if builtins.pathExists ./nixpkgs/pkgs
1818
then import ./nixpkgs {}
1919
# Pinned nixpkgs version; should be kept up-to-date with our submodule.
20-
else import (fetchTarball https://github.com/nh2/nixpkgs/archive/11aa987ea5b5a593c9ca7a38b391804959f905e5.tar.gz) {}
20+
else import (fetchTarball https://github.com/nh2/nixpkgs/archive/6b43b1d11bb67607919256ea5b8a29aec770f1f7.tar.gz) {}

0 commit comments

Comments
 (0)