We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents aab4e41 + 3d574cf commit 6286795Copy full SHA for 6286795
pkgs/development/tools/build-managers/xmake/default.nix
@@ -8,10 +8,10 @@
8
}:
9
stdenv.mkDerivation rec {
10
pname = "xmake";
11
- version = "2.9.7";
+ version = "2.9.8";
12
src = fetchurl {
13
url = "https://github.com/xmake-io/xmake/releases/download/v${version}/xmake-v${version}.tar.gz";
14
- hash = "sha256-JI5JalpzTInhZ/kx4mIMDqQQnnypE9wQInNRKaX/6dM=";
+ hash = "sha256-55djaq3wcsmwhR26ObEh6TxznRLXg5jJHxLo7TVdapU=";
15
};
16
17
buildInputs = lib.optional stdenv.hostPlatform.isDarwin CoreServices;
0 commit comments