about summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorAlan Pearce2024-06-10 12:50:51 +0200
committerAlan Pearce2024-06-10 12:50:51 +0200
commita58e6f6ab37d2bcaf7af1431449df89ec5b2183d (patch)
tree1fff35afd5469b31403930e8f5ad56ed8f386590
parent63599c719d8e4e09548546bb366a849ef40c602b (diff)
downloadsearchix-a58e6f6ab37d2bcaf7af1431449df89ec5b2183d.tar.lz
searchix-a58e6f6ab37d2bcaf7af1431449df89ec5b2183d.tar.zst
searchix-a58e6f6ab37d2bcaf7af1431449df89ec5b2183d.zip
chore: update simple-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 356b0fe..2449625 100644
--- a/flake.lock
+++ b/flake.lock
@@ -159,13 +159,13 @@
     "simple-css": {
       "flake": false,
       "locked": {
-        "narHash": "sha256-AAA6fucfxB8R7z66UjOps79XMxbK/gZAB+JDEpZeXGo=",
+        "narHash": "sha256-aZTz1/XT7LZX9VfOclIumJzlUDLOlQLaZ89v6Ys26VU=",
         "type": "file",
-        "url": "https://raw.githubusercontent.com/kevquirk/simple.css/v2.3.0/simple.css"
+        "url": "https://raw.githubusercontent.com/kevquirk/simple.css/v2.3.1/simple.css"
       },
       "original": {
         "type": "file",
-        "url": "https://raw.githubusercontent.com/kevquirk/simple.css/v2.3.0/simple.css"
+        "url": "https://raw.githubusercontent.com/kevquirk/simple.css/v2.3.1/simple.css"
       }
     },
     "systems": {
diff --git a/flake.nix b/flake.nix
index 38cfada..fbfd82e 100644
--- a/flake.nix
+++ b/flake.nix
@@ -15,7 +15,7 @@
       };
     };
     simple-css = {
-      url = "https://raw.githubusercontent.com/kevquirk/simple.css/v2.3.0/simple.css";
+      url = "https://raw.githubusercontent.com/kevquirk/simple.css/v2.3.1/simple.css";
       flake = false;
     };
   };