hyprcursor: 0.1.5 -> 0.1.7

This commit is contained in:
rewine 2024-04-09 17:23:40 +08:00
parent 8c79f0dc51
commit 0b3d01046f

View File

@ -7,19 +7,25 @@
, hyprlang
, librsvg
, libzip
, tomlplusplus
, nix-update-script
}:
stdenv.mkDerivation (finalAttrs: {
pname = "hyprcursor";
version = "0.1.5";
version = "0.1.7";
src = fetchFromGitHub {
owner = "hyprwm";
repo = "hyprcursor";
rev = "refs/tags/v${finalAttrs.version}";
hash = "sha256-e6+fu30inlTIdflotS6l7qYusslKMNkhZVNLn9ZSogg=";
hash = "sha256-T0lV+xA07RzroRLwZsGbF9bWZNHInXS+oB0RJ6YdvWg=";
};
patches = [
# fix icon directories system search path
"${finalAttrs.src}/nix/dirs.patch"
];
nativeBuildInputs = [
cmake
pkg-config
@ -30,6 +36,7 @@ stdenv.mkDerivation (finalAttrs: {
hyprlang
librsvg
libzip
tomlplusplus
];
outputs = [