catppuccin-cursors: 0.3.1 -> 0.4.0 (#348675)

This commit is contained in:
Peder Bergebakken Sundt
2024-10-19 04:01:31 +02:00
committed by GitHub
@@ -15,7 +15,7 @@ let
};
variantName = { palette, color }: palette + color;
variants = lib.mapCartesianProduct variantName dimensions;
version = "0.3.1";
version = "0.4.0";
in
stdenvNoCC.mkDerivation {
pname = "catppuccin-cursors";
@@ -25,7 +25,7 @@ stdenvNoCC.mkDerivation {
owner = "catppuccin";
repo = "cursors";
rev = "v${version}";
hash = "sha256-CuzD6O/RImFKLWzJoiUv7nlIdoXNvwwl+k5mTeVIY10=";
hash = "sha256-VxLwZkZdV1xH4jeqtszqSnhNrgF3uamEXBLPKIc4lXE=";
};
nativeBuildInputs = [ just inkscape xcursorgen hyprcursor xcur2png ];