tangled
alpha
login
or
join now
pyrox.dev
/
nixpkgs
lol
0
fork
atom
overview
issues
pulls
pipelines
graphite-cursors: replace "${version}" with version
figsoda
2 years ago
cc4e0085
50acc2d5
+1
-1
1 changed file
expand all
collapse all
unified
split
pkgs
data
icons
graphite-cursors
default.nix
+1
-1
pkgs/data/icons/graphite-cursors/default.nix
···
10
10
src = fetchFromGitHub {
11
11
owner = "vinceliuice";
12
12
repo = pname;
13
13
-
rev = "${version}";
13
13
+
rev = version;
14
14
sha256 = "sha256-Kopl2NweYrq9rhw+0EUMhY/pfGo4g387927TZAhI5/A=";
15
15
};
16
16