]> git.smokeofanarchy.ru Git - space-station-14.git/commitdiff
Bump nixpkgs input (#24572)
authorIoannis Eleftheriou <me@yath.xyz>
Fri, 26 Jan 2024 01:40:51 +0000 (01:40 +0000)
committerGitHub <noreply@github.com>
Fri, 26 Jan 2024 01:40:51 +0000 (17:40 -0800)
flake.lock
shell.nix

index ac32b0c7bcffaab29947771cc2e9d92b5863bcf9..6cfa2ba415a603fd0896272672e8a6a04b3306f5 100644 (file)
@@ -5,11 +5,11 @@
         "systems": "systems"
       },
       "locked": {
-        "lastModified": 1701680307,
-        "narHash": "sha256-kAuep2h5ajznlPMD9rnQyffWG8EM/C73lejGofXvdM8=",
+        "lastModified": 1705309234,
+        "narHash": "sha256-uNRRNRKmJyCRC/8y1RqBkqWBLM034y4qN7EprSdmgyA=",
         "owner": "numtide",
         "repo": "flake-utils",
-        "rev": "4022d587cbbfd70fe950c1e2083a02621806a725",
+        "rev": "1ef2e671c3b0c19053962c07dbda38332dcebf26",
         "type": "github"
       },
       "original": {
     },
     "nixpkgs": {
       "locked": {
-        "lastModified": 1704172037,
-        "narHash": "sha256-+IkG0mfxwmaqCd3cGM5zZ2g7wZnPG8mwOQHXCsKhc5s=",
+        "lastModified": 1706213598,
+        "narHash": "sha256-Toz3HEHeq6Esr5uDOMel8BiGSa94gj+og3Yz4YEgjYI=",
         "owner": "NixOS",
         "repo": "nixpkgs",
-        "rev": "3da785eeaad3d604ee3bccc0a3f07bfd11cb355a",
+        "rev": "cda0e75a0bd7cf05bd3e40658c163e4f8f376b7b",
         "type": "github"
       },
       "original": {
index 153a01ee0eb818c272470bd77756b4fbcce8dde9..d3ece6cdb1499694f387ca205fee4f0ccc119aa4 100644 (file)
--- a/shell.nix
+++ b/shell.nix
@@ -1,7 +1,7 @@
 { pkgs ? import (builtins.fetchTarball {
   url =
-    "https://github.com/NixOS/nixpkgs/archive/3da785eeaad3d604ee3bccc0a3f07bfd11cb355a.tar.gz";
-  sha256 = "16vkl710mmq176qcj6ygk70kns37fg71ip6x16m6dhpicz90d2gq";
+    "https://github.com/NixOS/nixpkgs/archive/cda0e75a0bd7cf05bd3e40658c163e4f8f376b7b.tar.gz";
+  sha256 = "sha256-Toz3HEHeq6Esr5uDOMel8BiGSa94gj+og3Yz4YEgjYI=";
 }) { } }:
 
 let