diff options
author | Johannes Jöns | 2024-09-01 13:28:18 +0000 |
---|---|---|
committer | GitHub | 2024-09-01 13:28:18 +0000 |
commit | f4b8cbbf21a901f265a4f9285a2b558dd177537f (patch) | |
tree | 0ef29c3219bbc507964b375723fe9ca8d2eeb3d8 /pkgs/by-name/ca | |
parent | 6774af1d20e87286c7b596033772e54a282b44c6 (diff) | |
parent | e236ff11c26bb3f4e93acc677f80a1fdfca4be3b (diff) |
catppuccin-cursors: 0.3.0 -> 0.3.1 (#336832)
Diffstat (limited to 'pkgs/by-name/ca')
-rw-r--r-- | pkgs/by-name/ca/catppuccin-cursors/package.nix | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/pkgs/by-name/ca/catppuccin-cursors/package.nix b/pkgs/by-name/ca/catppuccin-cursors/package.nix index 1a46f4370bfb..604b04e50e0c 100644 --- a/pkgs/by-name/ca/catppuccin-cursors/package.nix +++ b/pkgs/by-name/ca/catppuccin-cursors/package.nix @@ -5,6 +5,7 @@ , just , xcursorgen , hyprcursor +, xcur2png }: let @@ -14,7 +15,7 @@ let }; variantName = { palette, color }: palette + color; variants = lib.mapCartesianProduct variantName dimensions; - version = "0.3.0"; + version = "0.3.1"; in stdenvNoCC.mkDerivation { pname = "catppuccin-cursors"; @@ -24,10 +25,10 @@ stdenvNoCC.mkDerivation { owner = "catppuccin"; repo = "cursors"; rev = "v${version}"; - hash = "sha256-LJyBnXDUGBLOD4qPI7l0YC0CcqYTtgoMJc1H2yLqk9g="; + hash = "sha256-CuzD6O/RImFKLWzJoiUv7nlIdoXNvwwl+k5mTeVIY10="; }; - nativeBuildInputs = [ just inkscape xcursorgen hyprcursor ]; + nativeBuildInputs = [ just inkscape xcursorgen hyprcursor xcur2png ]; outputs = variants ++ [ "out" ]; # dummy "out" output to prevent breakage |