Merge pull request #308124 from r-ryantm/auto-update/hyprcursor

hyprcursor: 0.1.7 -> 0.1.8
This commit is contained in:
nixpkgs-merge-bot[bot] 2024-05-01 03:03:23 +00:00 committed by GitHub
commit 38c01297e7
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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 = [