tangled
alpha
login
or
join now
pyrox.dev
/
nixpkgs
lol
0
fork
atom
overview
issues
pulls
pipelines
victor-mono: 1.5.5 -> 1.5.6
R. Ryantm
2 years ago
49ed9be1
6165a711
+2
-2
1 changed file
expand all
collapse all
unified
split
pkgs
data
fonts
victor-mono
default.nix
+2
-2
pkgs/data/fonts/victor-mono/default.nix
···
2
2
3
3
stdenvNoCC.mkDerivation rec {
4
4
pname = "victor-mono";
5
5
-
version = "1.5.5";
5
5
+
version = "1.5.6";
6
6
7
7
# Upstream prefers we download from the website,
8
8
# but we really insist on a more versioned resource.
···
14
14
src = fetchzip {
15
15
url = "https://github.com/rubjo/victor-mono/raw/v${version}/public/VictorMonoAll.zip";
16
16
stripRoot = false;
17
17
-
hash = "sha256-l8XeKE9PtluiazZO0PXfkGCcnm5o+VZdL7NZ6w0tp80=";
17
17
+
hash = "sha256-PnCCU7PO+XcxUk445sU5xVl8XqdSPJighjtDTqI6qiw=";
18
18
};
19
19
20
20
installPhase = ''