all repos — searchix @ a58e6f6ab37d2bcaf7af1431449df89ec5b2183d

Search engine for NixOS, nix-darwin, home-manager and NUR users

chore: update simple-css
Alan Pearce alan@alanpearce.eu
Mon, 10 Jun 2024 12:50:51 +0200
commit

a58e6f6ab37d2bcaf7af1431449df89ec5b2183d

parent

63599c719d8e4e09548546bb366a849ef40c602b

2 files changed, 4 insertions(+), 4 deletions(-)

jump to
M flake.lockflake.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": {
M flake.nixflake.nix
@@ -15,7 +15,7 @@ flake-utils.follows = "flake-utils";       };
     };
     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;
     };
   };