Skip to content

Commit 7228102

Browse files
committed
nixpkgs: Update submodule to include mariadb_config wrong linker flag fix
mariadb-corporation/mariadb-connector-c#248
1 parent aa1af79 commit 7228102

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

nixpkgs.nix

+1-1
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/1e91820a911edcbfed2498064b898d760741a7d9.tar.gz) {}
29+
else import (fetchTarball https://github.com/nh2/nixpkgs/archive/ede5282c487a1fd2de64303ba59adad6726f1225.tar.gz) {}

0 commit comments

Comments
 (0)