From 0ca2b92824ff95cd7c23a24ea1b96b4a11f05fff Mon Sep 17 00:00:00 2001 From: Hraban Luyat Date: Fri, 29 Nov 2024 17:46:16 -0500 Subject: [PATCH] build: update all dependencies, including nixpkgs --- flake.lock | 26 +++++++++++++------------- flake.nix | 4 ++-- 2 files changed, 15 insertions(+), 15 deletions(-) diff --git a/flake.lock b/flake.lock index 0a80a71..9d72abe 100644 --- a/flake.lock +++ b/flake.lock @@ -2,11 +2,11 @@ "nodes": { "cl-nix-lite": { "locked": { - "lastModified": 1717972076, - "narHash": "sha256-hnZEsDInTcsVSL5LBGDAZegAxVLBus/wiJh+sNM15zU=", + "lastModified": 1728174978, + "narHash": "sha256-Grqqg+xuicANB85j0gNEXxi9SBKY7bzGeTuyi95eGcY=", "owner": "hraban", "repo": "cl-nix-lite", - "rev": "cc920bfb0a6402d3871f470c98d65266126973e4", + "rev": "31cfe6275c341eb3120a99f4b1c8516c49a29d87", "type": "github" }, "original": { @@ -18,11 +18,11 @@ "flake-compat": { "flake": false, "locked": { - "lastModified": 1697816753, - "narHash": "sha256-40to80AEIyKCQI0xMKCeF5ePoIKTYgjVVCZeu4CnTxM=", + "lastModified": 1730663653, + "narHash": "sha256-kFCUWettiFHDIqxCWWQ9qY8pVh+Lj+XL0Giyy/kdomg=", "owner": "hraban", "repo": "flake-compat", - "rev": "6025bade1336a36014639bc3f67eacc853dab78f", + "rev": "e5b16676185cb7548581c852f51ce7f3a49bba5e", "type": "github" }, "original": { @@ -37,11 +37,11 @@ "systems": "systems" }, "locked": { - "lastModified": 1710146030, - "narHash": "sha256-SZ5L6eA7HJ/nmkzGG7/ISclqe6oZdOZTNoesiInkXPQ=", + "lastModified": 1731533236, + "narHash": "sha256-l0KFg5HjrsfsO/JpG+r7fRrqm12kzFHyUHqHCVpMMbI=", "owner": "numtide", "repo": "flake-utils", - "rev": "b1d9ab70662946ef0850d488da1c9019f3a9752a", + "rev": "11707dc2f618dd54ca8739b309ec4fc024de578b", "type": "github" }, "original": { @@ -51,17 +51,17 @@ }, "nixpkgs": { "locked": { - "lastModified": 1717868076, - "narHash": "sha256-c83Y9t815Wa34khrux81j8K8ET94ESmCuwORSKm2bQY=", + "lastModified": 1732617236, + "narHash": "sha256-PYkz6U0bSEaEB1al7O1XsqVNeSNS+s3NVclJw7YC43w=", "owner": "NixOS", "repo": "nixpkgs", - "rev": "cd18e2ae9ab8e2a0a8d715b60c91b54c0ac35ff9", + "rev": "af51545ec9a44eadf3fe3547610a5cdd882bc34e", "type": "github" }, "original": { "owner": "NixOS", "repo": "nixpkgs", - "rev": "cd18e2ae9ab8e2a0a8d715b60c91b54c0ac35ff9", + "rev": "af51545ec9a44eadf3fe3547610a5cdd882bc34e", "type": "github" } }, diff --git a/flake.nix b/flake.nix index 94e88be..e2107c6 100644 --- a/flake.nix +++ b/flake.nix @@ -14,8 +14,8 @@ { inputs = { - # This has SBCL 2.4.5 and docktuil 3.1.3 which are known to work - nixpkgs.url = "github:NixOS/nixpkgs/cd18e2ae9ab8e2a0a8d715b60c91b54c0ac35ff9"; + # This has SBCL 2.4.10 and docktuil 3.1.3 which are known to work + nixpkgs.url = "github:NixOS/nixpkgs/af51545ec9a44eadf3fe3547610a5cdd882bc34e"; cl-nix-lite.url = "github:hraban/cl-nix-lite"; flake-compat = { # Use my own fixed-output-derivation branch because I don’t want users to