Merge pull request #281840 from EdSwordsmith/update-0xproto

_0xproto: 1.300 -> 1.500

authored by h7x4 and committed by GitHub 2441ee71 ba6916a1

+2 -2
+2 -2
pkgs/data/fonts/0xproto/default.nix
··· 4 }: 5 stdenvNoCC.mkDerivation rec { 6 pname = "0xproto"; 7 - version = "1.300"; 8 9 src = let 10 underscoreVersion = builtins.replaceStrings ["."] ["_"] version; 11 in 12 fetchzip { 13 url = "https://github.com/0xType/0xProto/releases/download/${version}/0xProto_${underscoreVersion}.zip"; 14 - hash = "sha256-RanIMf9P2lFOF3kJS6jMlh/X6jttofbHSqFUJxWSqKk="; 15 }; 16 17 installPhase = ''
··· 4 }: 5 stdenvNoCC.mkDerivation rec { 6 pname = "0xproto"; 7 + version = "1.500"; 8 9 src = let 10 underscoreVersion = builtins.replaceStrings ["."] ["_"] version; 11 in 12 fetchzip { 13 url = "https://github.com/0xType/0xProto/releases/download/${version}/0xProto_${underscoreVersion}.zip"; 14 + hash = "sha256-4yZtYjNLHDsF16brUADzwS4/Ha0g+g0mU+sl8Gb9Zm0="; 15 }; 16 17 installPhase = ''