about summary refs log tree commit diff
path: root/pkgs/data/icons
diff options
context:
space:
mode:
authorWeijia Wang <9713184+wegank@users.noreply.github.com>2024-04-09 23:16:41 +0200
committerGitHub <noreply@github.com>2024-04-09 23:16:41 +0200
commit5bf0a30b80b5b93835f98c5676b4f71b211918e4 (patch)
treeee3d5cea55ffe940a183802737287bbe6207c8a6 /pkgs/data/icons
parent062fc6cf99d809921ecef47317752fc92468e6ae (diff)
parent9186b1a49589f43826f4aac2c0d06239e44bf633 (diff)
Merge pull request #302233 from r-ryantm/auto-update/phinger-cursors
phinger-cursors: 1.1 -> 2.0
Diffstat (limited to 'pkgs/data/icons')
-rw-r--r--pkgs/data/icons/phinger-cursors/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/data/icons/phinger-cursors/default.nix b/pkgs/data/icons/phinger-cursors/default.nix
index 82742723806f5..26b729b268c93 100644
--- a/pkgs/data/icons/phinger-cursors/default.nix
+++ b/pkgs/data/icons/phinger-cursors/default.nix
@@ -2,11 +2,11 @@
 
 stdenvNoCC.mkDerivation rec {
   pname = "phinger-cursors";
-  version = "1.1";
+  version = "2.0";
 
   src = fetchurl {
     url = "https://github.com/phisch/phinger-cursors/releases/download/v${version}/phinger-cursors-variants.tar.bz2";
-    sha256 = "sha256-II+1x+rcjGRRVB8GYkVwkKVHNHcNaBKRb6C613901oc=";
+    sha256 = "sha256-A12BGtc0+wDqeSGN4lbUe5G3Pv4IsQB4TkvWHnDU6bE=";
   };
 
   sourceRoot = ".";