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

hyprcursor: 0.1.4 -> 0.1.5
This commit is contained in:
nixpkgs-merge-bot[bot] 2024-03-25 01:19:06 +00:00 committed by GitHub
commit eabcb13107
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 2 deletions

View File

@ -11,13 +11,13 @@
}:
stdenv.mkDerivation (finalAttrs: {
pname = "hyprcursor";
version = "0.1.4";
version = "0.1.5";
src = fetchFromGitHub {
owner = "hyprwm";
repo = "hyprcursor";
rev = "refs/tags/v${finalAttrs.version}";
hash = "sha256-m5I69a5t+xXxNMQrFuzKgPR6nrFiWDEDnEqlVwTy4C4=";
hash = "sha256-e6+fu30inlTIdflotS6l7qYusslKMNkhZVNLn9ZSogg=";
};
nativeBuildInputs = [