summaryrefslogtreecommitdiffstats
path: root/pkgs/data
diff options
context:
space:
mode:
authorTomaSajt <62384384+TomaSajt@users.noreply.github.com>2024-05-05 17:39:04 +0200
committerTomaSajt <62384384+TomaSajt@users.noreply.github.com>2024-05-06 19:07:07 +0200
commit9adc1f18f17e8af083e298dea83d497fde8a9d4c (patch)
treecb9fc0db6dedabf8d86952f90b8e10700e985e1c /pkgs/data
parent818f65922cf7bdc4f67395a171416382777e8bce (diff)
whitesur-cursors: fix version, do small cleanup
Diffstat (limited to 'pkgs/data')
-rw-r--r--pkgs/data/icons/whitesur-cursors/default.nix11
1 files changed, 6 insertions, 5 deletions
diff --git a/pkgs/data/icons/whitesur-cursors/default.nix b/pkgs/data/icons/whitesur-cursors/default.nix
index c16efa996d34..167c2b3578b7 100644
--- a/pkgs/data/icons/whitesur-cursors/default.nix
+++ b/pkgs/data/icons/whitesur-cursors/default.nix
@@ -1,17 +1,18 @@
-{ lib
-, stdenvNoCC
-, fetchFromGitHub
+{
+ lib,
+ stdenvNoCC,
+ fetchFromGitHub,
}:
stdenvNoCC.mkDerivation {
pname = "whitesur-cursors";
- version = "unstable-2022-06-17";
+ version = "0-unstable-2022-06-17";
src = fetchFromGitHub {
owner = "vinceliuice";
repo = "WhiteSur-cursors";
rev = "5c94e8c22de067282f4cf6d782afd7b75cdd08c8";
- sha256 = "sha256-CFse0XZzJu+PWDcqmvIXvue+3cKX47oavZU9HYRDAg0=";
+ hash = "sha256-CFse0XZzJu+PWDcqmvIXvue+3cKX47oavZU9HYRDAg0=";
};
installPhase = ''