Merge pull request #123516 from r-ryantm/auto-update/find-cursor

find-cursor: 1.6 -> 1.7

authored by

Maximilian Bosch and committed by
GitHub
6dcd2949 e097fa08

+2 -2
+2 -2
pkgs/tools/X11/find-cursor/default.nix
··· 2 3 stdenv.mkDerivation rec { 4 pname = "find-cursor"; 5 - version = "1.6"; 6 7 src = fetchFromGitHub { 8 owner = "arp242"; 9 repo = "find-cursor"; 10 rev = "v${version}"; 11 - sha256 = "13lpcxklv9ayqapyk9pmwxkinhxah5hkr6n0jc2m5hm68nh220w1"; 12 }; 13 14 nativeBuildInputs = [ installShellFiles git ];
··· 2 3 stdenv.mkDerivation rec { 4 pname = "find-cursor"; 5 + version = "1.7"; 6 7 src = fetchFromGitHub { 8 owner = "arp242"; 9 repo = "find-cursor"; 10 rev = "v${version}"; 11 + sha256 = "sha256-cFvhoEPDFLw6rsPYUF9gqAFzINewnszJEzxRK064NEU="; 12 }; 13 14 nativeBuildInputs = [ installShellFiles git ];