hyprcursor: 0.1.5 -> 0.1.7
This commit is contained in:
parent
8c79f0dc51
commit
0b3d01046f
1 changed files with 9 additions and 2 deletions
|
@ -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 = [
|
||||
|
|
Loading…
Reference in a new issue