tangled
alpha
login
or
join now
pyrox.dev
/
nixpkgs
0
fork
atom
lol
0
fork
atom
overview
issues
pulls
pipelines
find-cursor: 1.6 -> 1.7
R. RyanTM
4 years ago
92a7f5cb
e906410c
+2
-2
1 changed file
expand all
collapse all
unified
split
pkgs
tools
X11
find-cursor
default.nix
+2
-2
pkgs/tools/X11/find-cursor/default.nix
reviewed
···
2
2
3
3
stdenv.mkDerivation rec {
4
4
pname = "find-cursor";
5
5
-
version = "1.6";
5
5
+
version = "1.7";
6
6
7
7
src = fetchFromGitHub {
8
8
owner = "arp242";
9
9
repo = "find-cursor";
10
10
rev = "v${version}";
11
11
-
sha256 = "13lpcxklv9ayqapyk9pmwxkinhxah5hkr6n0jc2m5hm68nh220w1";
11
11
+
sha256 = "sha256-cFvhoEPDFLw6rsPYUF9gqAFzINewnszJEzxRK064NEU=";
12
12
};
13
13
14
14
nativeBuildInputs = [ installShellFiles git ];