summaryrefslogtreecommitdiffstats
path: root/pkgs/data
diff options
context:
space:
mode:
authorAleksana <me@aleksana.moe>2024-05-12 01:37:44 +0800
committerGitHub <noreply@github.com>2024-05-12 01:37:44 +0800
commit61a083e0b0fa66d6a31ad02c75c77705eca34b06 (patch)
tree80e3f490bd832c4d2d8717f7e5fbdd6d46b04fb4 /pkgs/data
parent66659fbae08b166fb8ca886dc3ae0468e93757ed (diff)
parent9adc1f18f17e8af083e298dea83d497fde8a9d4c (diff)
Merge pull request #309298 from TomaSajt/whitesur-cursors
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 = ''