catppuccin-cursors: 1.0.0 -> 1.0.1

This commit is contained in:
Dixon Sean Low Yan Feng 2024-11-02 12:02:02 +08:00
parent 2d2a9ddbe3
commit f83f992700
No known key found for this signature in database
GPG Key ID: A9F388161E9B90C7

View File

@ -40,7 +40,7 @@ let
};
variantName = { palette, color }: palette + color;
variants = lib.mapCartesianProduct variantName dimensions;
version = "1.0.0";
version = "1.0.1";
in
stdenvNoCC.mkDerivation {
pname = "catppuccin-cursors";
@ -50,7 +50,7 @@ stdenvNoCC.mkDerivation {
owner = "catppuccin";
repo = "cursors";
rev = "v${version}";
hash = "sha256-LZ2k8i4w68VW4YFmC659iMQsQyduHJOfyL8cLlXhUHo=";
hash = "sha256-l01L0UiE9bgUOMHhs74Bndarw2b6TaJGW/xU/8rfoAk=";
};
nativeBuildInputs = [