tangled
alpha
login
or
join now
pyrox.dev
/
nixpkgs
lol
0
fork
atom
overview
issues
pulls
pipelines
googlesans-code: 6.000 -> 6.001
R. Ryantm
4 months ago
f433e8c4
a62c2e5c
+2
-2
1 changed file
expand all
collapse all
unified
split
pkgs
by-name
go
googlesans-code
package.nix
+2
-2
pkgs/by-name/go/googlesans-code/package.nix
···
7
7
8
8
stdenv.mkDerivation rec {
9
9
pname = "googlesans-code";
10
10
-
version = "6.000";
10
10
+
version = "6.001";
11
11
12
12
src = fetchFromGitHub {
13
13
owner = "googlefonts";
14
14
repo = "googlesans-code";
15
15
tag = "v${version}";
16
16
-
hash = "sha256-FPpxJGsx1uAen2QKhJmVBpFIlQk3ObieeZdrWIAR+oQ=";
16
16
+
hash = "sha256-ScFx+uty9x+VTWxw7NJm3M7AYr0C00bdSnJJmFW3Jy0=";
17
17
};
18
18
19
19
nativeBuildInputs = [