xmake: 2.8.9 -> 2.9.1

This commit is contained in:
R. Ryantm 2024-04-22 23:58:47 +00:00
parent 80368c5bef
commit cd5dd83807
1 changed files with 2 additions and 2 deletions

View File

@ -12,11 +12,11 @@
stdenv.mkDerivation rec {
pname = "xmake";
version = "2.8.9";
version = "2.9.1";
src = fetchurl {
url = "https://github.com/xmake-io/xmake/releases/download/v${version}/xmake-v${version}.tar.gz";
hash = "sha256-X3k8OTNG74Dkfwg63k08L9/ESGWKeRf9o1zNe9K5Ebg=";
hash = "sha256-ox2++MMDrqEmgGi0sawa7BQqxBJMfLfZx+61fEFPjRU=";
};
nativeBuildInputs = [