about summary refs log tree commit diff
path: root/pkgs/data/icons
diff options
context:
space:
mode:
authorFranz Pletz <fpletz@fnordicwalking.de>2024-07-28 10:16:58 +0200
committerGitHub <noreply@github.com>2024-07-28 10:16:58 +0200
commite6c165d2f57438780782e5ccce4e7330f29da126 (patch)
tree62408b186206c47158c33bb347763dc3f7f01099 /pkgs/data/icons
parentb0555ad8d0f34a8e8aa3fe0454f6d5ee6d6b7e10 (diff)
parente25e0523d668122d379dc16aa7068cc62cb0606d (diff)
Merge pull request #327391 from r-ryantm/auto-update/phinger-cursors
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 8baec5add0350..03ec5d53bc927 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 = "2.0";
+  version = "2.1";
 
   src = fetchurl {
     url = "https://github.com/phisch/phinger-cursors/releases/download/v${version}/phinger-cursors-variants.tar.bz2";
-    sha256 = "sha256-A12BGtc0+wDqeSGN4lbUe5G3Pv4IsQB4TkvWHnDU6bE=";
+    sha256 = "sha256-3bcxDGK/jg4nmKJPioZ+Svexejl1e6RcheE/OYj2Rvw=";
   };
 
   sourceRoot = ".";