From 4c9cf63a9c3017f77f2c6eb48c4c3ac2ff8311d7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Niklas=20Hamb=C3=BCchen?= Date: Sat, 15 Jun 2024 20:08:17 +0200 Subject: [PATCH] nixpkgs: Update submodule to include `libtiff` fix https://github.com/NixOS/nixpkgs/pull/320105 --- nixpkgs | 2 +- nixpkgs.nix | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/nixpkgs b/nixpkgs index 0a68da6..1e91820 160000 --- a/nixpkgs +++ b/nixpkgs @@ -1 +1 @@ -Subproject commit 0a68da6ea0b3268e3b29e5b0651a60fc83a1c07f +Subproject commit 1e91820a911edcbfed2498064b898d760741a7d9 diff --git a/nixpkgs.nix b/nixpkgs.nix index bb0b03f..e055b23 100644 --- a/nixpkgs.nix +++ b/nixpkgs.nix @@ -26,4 +26,4 @@ if builtins.getEnv "STATIC_HASKELL_NIX_CI_NIXPKGS_UNSTABLE_BUILD" == "1" then import ./nixpkgs {} # Pinned nixpkgs version; should be kept up-to-date with our submodule. # This is nixos-23.11 as of 2024-01-01, with minimal patches currently having open nixpkgs PR (see commits for PR links). - else import (fetchTarball https://github.com/nh2/nixpkgs/archive/942314d40590668d3975f431d23f928a741912cf.tar.gz) {} + else import (fetchTarball https://github.com/nh2/nixpkgs/archive/1e91820a911edcbfed2498064b898d760741a7d9.tar.gz) {}