Skip to content

Commit 97b7fe9

Browse files
authored
hyprcursor: 0.1.9 -> 0.1.10 (#345851)
2 parents 1533196 + a27ca81 commit 97b7fe9

File tree

1 file changed

+16
-18
lines changed

1 file changed

+16
-18
lines changed

pkgs/by-name/hy/hyprcursor/package.nix

Lines changed: 16 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -1,31 +1,28 @@
1-
{ lib
2-
, stdenv
3-
, fetchFromGitHub
4-
, cmake
5-
, pkg-config
6-
, cairo
7-
, hyprlang
8-
, librsvg
9-
, libzip
10-
, tomlplusplus
11-
, nix-update-script
1+
{
2+
lib,
3+
stdenv,
4+
fetchFromGitHub,
5+
cmake,
6+
pkg-config,
7+
cairo,
8+
hyprlang,
9+
librsvg,
10+
libzip,
11+
xcur2png,
12+
tomlplusplus,
13+
nix-update-script,
1214
}:
1315
stdenv.mkDerivation (finalAttrs: {
1416
pname = "hyprcursor";
15-
version = "0.1.9";
17+
version = "0.1.10";
1618

1719
src = fetchFromGitHub {
1820
owner = "hyprwm";
1921
repo = "hyprcursor";
2022
rev = "refs/tags/v${finalAttrs.version}";
21-
hash = "sha256-FIN1wMoyePBTtibCbaeJaoKNLuAYIGwLCWAYC1DJanw=";
23+
hash = "sha256-NqihN/x8T4+wumSP1orwCCdEmD2xWgLR5QzfY+kAtuU=";
2224
};
2325

24-
patches = [
25-
# fix icon directories system search path
26-
"${finalAttrs.src}/nix/dirs.patch"
27-
];
28-
2926
nativeBuildInputs = [
3027
cmake
3128
pkg-config
@@ -36,6 +33,7 @@ stdenv.mkDerivation (finalAttrs: {
3633
hyprlang
3734
librsvg
3835
libzip
36+
xcur2png
3937
tomlplusplus
4038
];
4139

0 commit comments

Comments
 (0)