godotpcktool: 2.1 -> 2.2 (#445991)

authored by Nick Cao and committed by GitHub 6ebd8d5f 53614373

+2 -2
+2 -2
pkgs/by-name/go/godotpcktool/package.nix
··· 7 }: 8 stdenv.mkDerivation (finalAttrs: { 9 pname = "godotpcktool"; 10 - version = "2.1"; 11 12 src = fetchFromGitHub { 13 owner = "hhyyrylainen"; 14 repo = "GodotPckTool"; 15 tag = "v${finalAttrs.version}"; 16 - hash = "sha256-jQ6LypQEz7r04lS4Zmu0EvpV/IYM79pmUlaykVUd+po="; 17 fetchSubmodules = true; 18 }; 19
··· 7 }: 8 stdenv.mkDerivation (finalAttrs: { 9 pname = "godotpcktool"; 10 + version = "2.2"; 11 12 src = fetchFromGitHub { 13 owner = "hhyyrylainen"; 14 repo = "GodotPckTool"; 15 tag = "v${finalAttrs.version}"; 16 + hash = "sha256-H0v432PyKscazR9PN5d+MmYZ8ND497m3RHmWpw16UY4="; 17 fetchSubmodules = true; 18 }; 19