find-cursor: 1.7 -> 1.8

(#159272)
This commit is contained in:
R. RyanTM 2022-02-12 01:34:57 -08:00 committed by GitHub
parent 09db26ca0b
commit 561735d8ad
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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 ];