Skip to content

Commit 83dfdf2

Browse files
authored
hyprcursor: 0.1.10 -> 0.1.11 (#367335)
2 parents 297e5bb + 9aa4c85 commit 83dfdf2

File tree

1 file changed

+2
-11
lines changed

1 file changed

+2
-11
lines changed

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

Lines changed: 2 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -11,17 +11,16 @@
1111
xcur2png,
1212
tomlplusplus,
1313
nix-update-script,
14-
fetchpatch,
1514
}:
1615
gcc14Stdenv.mkDerivation (finalAttrs: {
1716
pname = "hyprcursor";
18-
version = "0.1.10";
17+
version = "0.1.11";
1918

2019
src = fetchFromGitHub {
2120
owner = "hyprwm";
2221
repo = "hyprcursor";
2322
rev = "refs/tags/v${finalAttrs.version}";
24-
hash = "sha256-NqihN/x8T4+wumSP1orwCCdEmD2xWgLR5QzfY+kAtuU=";
23+
hash = "sha256-LOTmvTIxmaWtXF8OP6b6oENSdG/quWxhsO3dJQACBUw=";
2524
};
2625

2726
nativeBuildInputs = [
@@ -44,14 +43,6 @@ gcc14Stdenv.mkDerivation (finalAttrs: {
4443
"lib"
4544
];
4645

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

5748
meta = {

0 commit comments

Comments
 (0)