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 = {
|
||||
package = pkgs.phinger-cursors.overrideAttrs (_: rec {
|
||||
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=";
|
||||
};
|
||||
});
|
||||
package = pkgs.phinger-cursors;
|
||||
name = "phinger-cursors-light";
|
||||
gtk.enable = true;
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue