xmake: 3.0.2 -> 3.0.3 (#445502)

authored by nixpkgs-merge-bot[bot] and committed by GitHub af05e4ed 4f5b4c2e

+2 -2
+2 -2
pkgs/by-name/xm/xmake/package.nix
··· 8 9 stdenv.mkDerivation (finalAttrs: { 10 pname = "xmake"; 11 - version = "3.0.2"; 12 13 src = fetchFromGitHub { 14 owner = "xmake-io"; 15 repo = "xmake"; 16 tag = "v${finalAttrs.version}"; 17 - hash = "sha256-GZ296Bn+jtJKPaqVLpyDgiYwrej8CDHIudkqNJ3KUfA="; 18 fetchSubmodules = true; 19 }; 20
··· 8 9 stdenv.mkDerivation (finalAttrs: { 10 pname = "xmake"; 11 + version = "3.0.3"; 12 13 src = fetchFromGitHub { 14 owner = "xmake-io"; 15 repo = "xmake"; 16 tag = "v${finalAttrs.version}"; 17 + hash = "sha256-DXSqdiVw+40Ii1/j7SJ/SYoji3dLRYjhJTuAEN+6ekQ="; 18 fetchSubmodules = true; 19 }; 20