feat: update to phinger 2.0-beta.1
This commit is contained in:
parent
3a1a68962a
commit
66080bf326
1 changed files with 7 additions and 1 deletions
|
@ -84,7 +84,13 @@
|
||||||
];
|
];
|
||||||
|
|
||||||
pointerCursor = {
|
pointerCursor = {
|
||||||
package = pkgs.phinger-cursors;
|
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=";
|
||||||
|
};
|
||||||
|
});
|
||||||
name = "phinger-cursors-light";
|
name = "phinger-cursors-light";
|
||||||
gtk.enable = true;
|
gtk.enable = true;
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in a new issue