feat: switch back to stable phinger-cursors
Should be updated to 2.0 tomorrow.
This commit is contained in:
parent
f3659e689c
commit
3fad204c98
1 changed files with 1 additions and 7 deletions
|
@ -86,13 +86,7 @@
|
||||||
];
|
];
|
||||||
|
|
||||||
pointerCursor = {
|
pointerCursor = {
|
||||||
package = pkgs.phinger-cursors.overrideAttrs (_: rec {
|
package = pkgs.phinger-cursors;
|
||||||
version = "2.0-beta.1";
|
|
||||||
src = pkgs.fetchurl {
|
|
||||||
url = "https://github.com/phisch/phinger-cursors/releases/download/v${version}/phinger-cursors-variants.tar.bz2";
|
|
||||||
sha256 = "sha256-jnPB83lxb0/c69yFBzOBNsE227arbqS/iBzJFtyGyGo=";
|
|
||||||
};
|
|
||||||
});
|
|
||||||
name = "phinger-cursors-light";
|
name = "phinger-cursors-light";
|
||||||
gtk.enable = true;
|
gtk.enable = true;
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in a new issue