phinger-cursors: Downgrade from 2.0 to 1.1

Not sure why but apparently this new version of phinger-cursors broke
the cursor theme in Hyprland. Downgrading solves the problem, and I
don't really have a need for a "new and improved" cursor theme.
This commit is contained in:
Donovan Glover 2024-04-18 20:01:36 -04:00
parent f91bf00256
commit 8fb2ebe050
No known key found for this signature in database
GPG Key ID: EA7408A77AE1BE65

View File

@ -0,0 +1,10 @@
final: prev: {
phinger-cursors = prev.phinger-cursors.overrideAttrs (oldAttrs: rec {
version = "1.1";
src = prev.fetchurl {
url = "https://github.com/phisch/phinger-cursors/releases/download/v${version}/phinger-cursors-variants.tar.bz2";
sha256 = "sha256-II+1x+rcjGRRVB8GYkVwkKVHNHcNaBKRb6C613901oc=";
};
});
}