summary refs log tree commit diff
diff options
context:
space:
mode:
authorR. RyanTM <ryantm-bot@ryantm.com>2022-02-12 01:34:57 -0800
committerGitHub <noreply@github.com>2022-02-12 10:34:57 +0100
commit561735d8ad4aed51ea421be4dd8bbc7854948448 (patch)
tree9011d0e102bee5406c4ea77043c56d9202a31656
parent09db26ca0b7fe6dd3dba55611e45d75f77ee7d75 (diff)
downloadnixpkgs-561735d8ad4aed51ea421be4dd8bbc7854948448.tar
nixpkgs-561735d8ad4aed51ea421be4dd8bbc7854948448.tar.gz
nixpkgs-561735d8ad4aed51ea421be4dd8bbc7854948448.tar.bz2
nixpkgs-561735d8ad4aed51ea421be4dd8bbc7854948448.tar.lz
nixpkgs-561735d8ad4aed51ea421be4dd8bbc7854948448.tar.xz
nixpkgs-561735d8ad4aed51ea421be4dd8bbc7854948448.tar.zst
nixpkgs-561735d8ad4aed51ea421be4dd8bbc7854948448.zip
find-cursor: 1.7 -> 1.8
(#159272)
-rw-r--r--pkgs/tools/X11/find-cursor/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/tools/X11/find-cursor/default.nix b/pkgs/tools/X11/find-cursor/default.nix
index 3f330c63b0f..c99c86a714e 100644
--- a/pkgs/tools/X11/find-cursor/default.nix
+++ b/pkgs/tools/X11/find-cursor/default.nix
@@ -2,13 +2,13 @@
 
 stdenv.mkDerivation rec {
   pname = "find-cursor";
-  version = "1.7";
+  version = "1.8";
 
   src = fetchFromGitHub {
     owner = "arp242";
     repo = "find-cursor";
     rev = "v${version}";
-    sha256 = "sha256-cFvhoEPDFLw6rsPYUF9gqAFzINewnszJEzxRK064NEU=";
+    sha256 = "sha256-/Dw4bOTCnpCbeI0YJ5DJ9Q2AGBognylUk7xYGn0KIA8=";
   };
 
   nativeBuildInputs = [ installShellFiles git ];