Merge pull request #314974 from iynaix/bump-hyprcursor

hyprcursor: 0.1.8 -> 0.1.9
This commit is contained in:
Nick Cao 2024-05-27 10:45:14 -04:00 committed by GitHub
commit 218f8db28c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -12,13 +12,13 @@
}:
stdenv.mkDerivation (finalAttrs: {
pname = "hyprcursor";
version = "0.1.8";
version = "0.1.9";
src = fetchFromGitHub {
owner = "hyprwm";
repo = "hyprcursor";
rev = "refs/tags/v${finalAttrs.version}";
hash = "sha256-zJboXgWNpNhKyNF8H/3UYzWkx7w00TOCGKi3cwi+tsw=";
hash = "sha256-FIN1wMoyePBTtibCbaeJaoKNLuAYIGwLCWAYC1DJanw=";
};
patches = [