summary refs log tree commit diff
diff options
context:
space:
mode:
authorAlyssa Ross <hi@alyssa.is>2024-01-14 16:05:43 +0100
committerAlyssa Ross <hi@alyssa.is>2024-01-14 16:17:47 +0100
commit1922c3227a58a90fea42c9f3388401a708216f4d (patch)
tree70b38c4d792967b6f9931dde48be5dd963527638
parent7b8fcbafe92fd68b208373fae342c8ffe00aa5e0 (diff)
downloadspectrum-1922c3227a58a90fea42c9f3388401a708216f4d.tar
spectrum-1922c3227a58a90fea42c9f3388401a708216f4d.tar.gz
spectrum-1922c3227a58a90fea42c9f3388401a708216f4d.tar.bz2
spectrum-1922c3227a58a90fea42c9f3388401a708216f4d.tar.lz
spectrum-1922c3227a58a90fea42c9f3388401a708216f4d.tar.xz
spectrum-1922c3227a58a90fea42c9f3388401a708216f4d.tar.zst
spectrum-1922c3227a58a90fea42c9f3388401a708216f4d.zip
lib/nixpkgs.default.nix: update
This is a manual update to the last commit in Nixpkgs that doesn't
have Meson 1.3.0, which introduces a bug that breaks the Spectrum
build[1], for which upstream have not yet accepted a patch.

We can patch it ourselves if it's still not fixed by the time we need
another update, but for now, we don't need anything more recent than
this, so I'll give it a bit more time to get fixed.

[1]: https://github.com/mesonbuild/meson/issues/12585

Signed-off-by: Alyssa Ross <hi@alyssa.is>
-rw-r--r--lib/nixpkgs.default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/nixpkgs.default.nix b/lib/nixpkgs.default.nix
index bbdf34a..f923891 100644
--- a/lib/nixpkgs.default.nix
+++ b/lib/nixpkgs.default.nix
@@ -4,6 +4,6 @@
 # Generated by scripts/update-nixpkgs.sh.
 
 import (builtins.fetchTarball {
-  url = "https://github.com/NixOS/nixpkgs/archive/91a00709aebb3602f172a0bf47ba1ef013e34835.tar.gz";
-  sha256 = "10p8abhcmqdg5wnqkcyq05qkk0ybhx564vmlrphf513hyhi71y4n";
+  url = "https://github.com/NixOS/nixpkgs/archive/b0db08979c620fc3b774fdda88db0943d723eb59.tar.gz";
+  sha256 = "0bvd7hqlkbp9j0wm9l869p3y86lszhk6k2fb7x1zpb3xyv4m7j69";
 })