Skip to content

Commit 526e161

Browse files
committed
nixpkgs: Update submodule to include libtiff fix
NixOS/nixpkgs#320105
1 parent 2247dbd commit 526e161

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
@@ -26,4 +26,4 @@ if builtins.getEnv "STATIC_HASKELL_NIX_CI_NIXPKGS_UNSTABLE_BUILD" == "1"
2626
then import ./nixpkgs {}
2727
# Pinned nixpkgs version; should be kept up-to-date with our submodule.
2828
# This is nixos-23.11 as of 2024-01-01, with minimal patches currently having open nixpkgs PR (see commits for PR links).
29-
else import (fetchTarball https://github.com/nh2/nixpkgs/archive/942314d40590668d3975f431d23f928a741912cf.tar.gz) {}
29+
else import (fetchTarball https://github.com/nh2/nixpkgs/archive/1e91820a911edcbfed2498064b898d760741a7d9.tar.gz) {}

0 commit comments

Comments
 (0)