diff options
author | Alan Pearce | 2024-06-10 12:50:51 +0200 |
---|---|---|
committer | Alan Pearce | 2024-06-10 12:50:51 +0200 |
commit | a58e6f6ab37d2bcaf7af1431449df89ec5b2183d (patch) | |
tree | 1fff35afd5469b31403930e8f5ad56ed8f386590 /flake.nix | |
parent | 63599c719d8e4e09548546bb366a849ef40c602b (diff) | |
download | searchix-a58e6f6ab37d2bcaf7af1431449df89ec5b2183d.tar.lz searchix-a58e6f6ab37d2bcaf7af1431449df89ec5b2183d.tar.zst searchix-a58e6f6ab37d2bcaf7af1431449df89ec5b2183d.zip |
chore: update simple-css
Diffstat (limited to 'flake.nix')
-rw-r--r-- | flake.nix | 2 |
1 files changed, 1 insertions, 1 deletions
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; }; }; |