victor-mono: 1.5.5 -> 1.5.6

+2 -2
+2 -2
pkgs/data/fonts/victor-mono/default.nix
··· 2 3 stdenvNoCC.mkDerivation rec { 4 pname = "victor-mono"; 5 - version = "1.5.5"; 6 7 # Upstream prefers we download from the website, 8 # but we really insist on a more versioned resource. ··· 14 src = fetchzip { 15 url = "https://github.com/rubjo/victor-mono/raw/v${version}/public/VictorMonoAll.zip"; 16 stripRoot = false; 17 - hash = "sha256-l8XeKE9PtluiazZO0PXfkGCcnm5o+VZdL7NZ6w0tp80="; 18 }; 19 20 installPhase = ''
··· 2 3 stdenvNoCC.mkDerivation rec { 4 pname = "victor-mono"; 5 + version = "1.5.6"; 6 7 # Upstream prefers we download from the website, 8 # but we really insist on a more versioned resource. ··· 14 src = fetchzip { 15 url = "https://github.com/rubjo/victor-mono/raw/v${version}/public/VictorMonoAll.zip"; 16 stripRoot = false; 17 + hash = "sha256-PnCCU7PO+XcxUk445sU5xVl8XqdSPJighjtDTqI6qiw="; 18 }; 19 20 installPhase = ''