Skip to content

Commit

Permalink
hyprcursor: 0.1.10 -> 0.1.11
Browse files Browse the repository at this point in the history
  • Loading branch information
iynaix committed Dec 22, 2024
1 parent b1e0f3e commit 9aa4c85
Showing 1 changed file with 2 additions and 11 deletions.
13 changes: 2 additions & 11 deletions pkgs/by-name/hy/hyprcursor/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -11,17 +11,16 @@
xcur2png,
tomlplusplus,
nix-update-script,
fetchpatch,
}:
gcc14Stdenv.mkDerivation (finalAttrs: {
pname = "hyprcursor";
version = "0.1.10";
version = "0.1.11";

src = fetchFromGitHub {
owner = "hyprwm";
repo = "hyprcursor";
rev = "refs/tags/v${finalAttrs.version}";
hash = "sha256-NqihN/x8T4+wumSP1orwCCdEmD2xWgLR5QzfY+kAtuU=";
hash = "sha256-LOTmvTIxmaWtXF8OP6b6oENSdG/quWxhsO3dJQACBUw=";
};

nativeBuildInputs = [
Expand All @@ -44,14 +43,6 @@ gcc14Stdenv.mkDerivation (finalAttrs: {
"lib"
];

patches = [
# NOTE: remove after next release
(fetchpatch {
name = "001-add-fstream-include";
url = "https://github.com/hyprwm/hyprcursor/commit/c18572a92eb39e4921b4f4c2bca8521b6f701b58.patch";
hash = "sha256-iHRRd/18xEAgvJgmZeSzMp53s+zdIpuaP/sayRfcft4=";
})
];
passthru.updateScript = nix-update-script { };

meta = {
Expand Down

0 comments on commit 9aa4c85

Please sign in to comment.