find-cursor: 1.7 -> 1.8

(#159272)
main
R. RyanTM 2 years ago committed by GitHub
parent 09db26ca0b
commit 561735d8ad
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 4
      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 ];

Loading…
Cancel
Save