Skip to content

Commit

Permalink
catppuccin-cursors: 0.2.1 -> 0.3.0
Browse files Browse the repository at this point in the history
(cherry picked from commit c20fe10)
  • Loading branch information
isabelroses authored and getchoo committed Jun 22, 2024
1 parent 34aac1e commit 13bbd6c
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions pkgs/by-name/ca/catppuccin-cursors/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
, inkscape
, just
, xcursorgen
, hyprcursor
}:

let
Expand All @@ -13,7 +14,7 @@ let
};
variantName = { palette, color }: palette + color;
variants = lib.mapCartesianProduct variantName dimensions;
version = "0.2.1";
version = "0.3.0";
in
stdenvNoCC.mkDerivation {
pname = "catppuccin-cursors";
Expand All @@ -23,10 +24,10 @@ stdenvNoCC.mkDerivation {
owner = "catppuccin";
repo = "cursors";
rev = "v${version}";
hash = "sha256-aQfbziN5z62LlgVq4CNMXVMmTrzChFgWUMAmO/2/z3Y=";
hash = "sha256-LJyBnXDUGBLOD4qPI7l0YC0CcqYTtgoMJc1H2yLqk9g=";
};

nativeBuildInputs = [ just inkscape xcursorgen ];
nativeBuildInputs = [ just inkscape xcursorgen hyprcursor ];

outputs = variants ++ [ "out" ]; # dummy "out" output to prevent breakage

Expand All @@ -37,7 +38,7 @@ stdenvNoCC.mkDerivation {
patchShebangs .
just all
just all_with_hyprcursor
runHook postBuild
'';
Expand Down

0 comments on commit 13bbd6c

Please sign in to comment.