about summary refs log tree commit diff
path: root/pkgs/data/icons
diff options
context:
space:
mode:
authorR. Ryantm <ryantm-bot@ryantm.com>2024-04-07 01:42:22 +0000
committerR. Ryantm <ryantm-bot@ryantm.com>2024-04-07 01:42:22 +0000
commit9186b1a49589f43826f4aac2c0d06239e44bf633 (patch)
treeeb9510de830c15b9974fd8ecca418364ba27dffa /pkgs/data/icons
parentf6eb921406a79870e1c41b9b629d87a7b46711e2 (diff)
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 = ".";