googlesans-code: 6.000 -> 6.001 (#446540)

authored by nixpkgs-merge-bot[bot] and committed by GitHub 1b5b6eaf 3502906e

+2 -2
+2 -2
pkgs/by-name/go/googlesans-code/package.nix
··· 7 7 8 8 stdenv.mkDerivation rec { 9 9 pname = "googlesans-code"; 10 - version = "6.000"; 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 - hash = "sha256-FPpxJGsx1uAen2QKhJmVBpFIlQk3ObieeZdrWIAR+oQ="; 16 + hash = "sha256-ScFx+uty9x+VTWxw7NJm3M7AYr0C00bdSnJJmFW3Jy0="; 17 17 }; 18 18 19 19 nativeBuildInputs = [