about summary refs log tree commit diff
diff options
context:
space:
mode:
authorThomas Watson <twatson52@icloud.com>2024-04-04 19:10:24 -0500
committerThomas Watson <twatson52@icloud.com>2024-04-04 19:10:24 -0500
commit9802c778b7a5156cf49e8d5c381b94ac6074a954 (patch)
tree86672a0b5f3383ba7929c76ed0d014c339c5ad80
parent93e85575f63b32b9996676513d95288fc1c87ca9 (diff)
downloadnixlib-9802c778b7a5156cf49e8d5c381b94ac6074a954.tar
nixlib-9802c778b7a5156cf49e8d5c381b94ac6074a954.tar.gz
nixlib-9802c778b7a5156cf49e8d5c381b94ac6074a954.tar.bz2
nixlib-9802c778b7a5156cf49e8d5c381b94ac6074a954.tar.lz
nixlib-9802c778b7a5156cf49e8d5c381b94ac6074a954.tar.xz
nixlib-9802c778b7a5156cf49e8d5c381b94ac6074a954.tar.zst
nixlib-9802c778b7a5156cf49e8d5c381b94ac6074a954.zip
upgrade nixpkgs
-rw-r--r--flake.lock8
-rw-r--r--flake.nix2
2 files changed, 5 insertions, 5 deletions
diff --git a/flake.lock b/flake.lock
index 59920cf3da14..1f7f83fd0b51 100644
--- a/flake.lock
+++ b/flake.lock
@@ -17,17 +17,17 @@
     },
     "nixpkgs": {
       "locked": {
-        "lastModified": 1711163522,
-        "narHash": "sha256-YN/Ciidm+A0fmJPWlHBGvVkcarYWSC+s3NTPk/P+q3c=",
+        "lastModified": 1712163089,
+        "narHash": "sha256-Um+8kTIrC19vD4/lUCN9/cU9kcOsD1O1m+axJqQPyMM=",
         "owner": "nixos",
         "repo": "nixpkgs",
-        "rev": "44d0940ea560dee511026a53f0e2e2cde489b4d4",
+        "rev": "fd281bd6b7d3e32ddfa399853946f782553163b5",
         "type": "github"
       },
       "original": {
         "owner": "nixos",
         "repo": "nixpkgs",
-        "rev": "44d0940ea560dee511026a53f0e2e2cde489b4d4",
+        "rev": "fd281bd6b7d3e32ddfa399853946f782553163b5",
         "type": "github"
       }
     },
diff --git a/flake.nix b/flake.nix
index bdc617cfbc0d..e7515b264971 100644
--- a/flake.nix
+++ b/flake.nix
@@ -5,7 +5,7 @@
     nixpkgs = {
       # https://hydra.nixos.org/jobset/mobile-nixos/unstable/evals
       # these evals have a cross-compiled stdenv available
-      url = "github:nixos/nixpkgs/44d0940ea560dee511026a53f0e2e2cde489b4d4";
+      url = "github:nixos/nixpkgs/fd281bd6b7d3e32ddfa399853946f782553163b5";
     };
 
     rust-overlay = {