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

find-cursor: 1.6 -> 1.7

Changed files
+2 -2
pkgs
tools
X11
find-cursor
+2 -2
pkgs/tools/X11/find-cursor/default.nix
···
stdenv.mkDerivation rec {
pname = "find-cursor";
-
version = "1.6";
src = fetchFromGitHub {
owner = "arp242";
repo = "find-cursor";
rev = "v${version}";
-
sha256 = "13lpcxklv9ayqapyk9pmwxkinhxah5hkr6n0jc2m5hm68nh220w1";
};
nativeBuildInputs = [ installShellFiles git ];
···
stdenv.mkDerivation rec {
pname = "find-cursor";
+
version = "1.7";
src = fetchFromGitHub {
owner = "arp242";
repo = "find-cursor";
rev = "v${version}";
+
sha256 = "sha256-cFvhoEPDFLw6rsPYUF9gqAFzINewnszJEzxRK064NEU=";
};
nativeBuildInputs = [ installShellFiles git ];