about summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorAlan Pearce2025-03-18 19:25:27 +0100
committerAlan Pearce2025-03-18 19:25:27 +0100
commit005c91a6a57ffc44b3162c2d647f1970aada9d5f (patch)
tree9bdcdbc62f5c399258cda2821929eac988c32f99
parentb650b993e38f9919d2e65b732a5dee0267c71b84 (diff)
downloadsearchix-005c91a6a57ffc44b3162c2d647f1970aada9d5f.tar.lz
searchix-005c91a6a57ffc44b3162c2d647f1970aada9d5f.tar.zst
searchix-005c91a6a57ffc44b3162c2d647f1970aada9d5f.zip
build: update base css
-rw-r--r--flake.lock6
-rw-r--r--flake.nix2
2 files changed, 4 insertions, 4 deletions
diff --git a/flake.lock b/flake.lock
index cb6f5c7..0c85b84 100644
--- a/flake.lock
+++ b/flake.lock
@@ -128,13 +128,13 @@
     "simple-css": {
       "flake": false,
       "locked": {
-        "narHash": "sha256-aZTz1/XT7LZX9VfOclIumJzlUDLOlQLaZ89v6Ys26VU=",
+        "narHash": "sha256-mpWXLxBYpwcdO2bY9uDhkEYvkdslngGfOSO/l/rU1tM=",
         "type": "file",
-        "url": "https://raw.githubusercontent.com/kevquirk/simple.css/v2.3.1/simple.css"
+        "url": "https://raw.githubusercontent.com/kevquirk/simple.css/v2.3.4/simple.css"
       },
       "original": {
         "type": "file",
-        "url": "https://raw.githubusercontent.com/kevquirk/simple.css/v2.3.1/simple.css"
+        "url": "https://raw.githubusercontent.com/kevquirk/simple.css/v2.3.4/simple.css"
       }
     },
     "systems": {
diff --git a/flake.nix b/flake.nix
index 4b20601..36b201b 100644
--- a/flake.nix
+++ b/flake.nix
@@ -16,7 +16,7 @@
       };
     };
     simple-css = {
-      url = "https://raw.githubusercontent.com/kevquirk/simple.css/v2.3.1/simple.css";
+      url = "https://raw.githubusercontent.com/kevquirk/simple.css/v2.3.4/simple.css";
       flake = false;
     };
   };