hyprcursor: 0.1.7 -> 0.1.8

This commit is contained in:
R. Ryantm 2024-04-30 23:33:23 +00:00
parent 705bad7ed6
commit 62bdc46f3a

View File

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