File tree Expand file tree Collapse file tree 1 file changed +2
-11
lines changed
pkgs/by-name/hy/hyprcursor Expand file tree Collapse file tree 1 file changed +2
-11
lines changed Original file line number Diff line number Diff line change 1111 xcur2png ,
1212 tomlplusplus ,
1313 nix-update-script ,
14- fetchpatch ,
1514} :
1615gcc14Stdenv . 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 = {
You can’t perform that action at this time.
0 commit comments