solo5: 0.9.3 -> 0.10.0

This commit is contained in:
R. Ryantm
2026-02-01 09:54:38 +01:00
committed by Weijia Wang
parent 58df149ea6
commit 9b91f1e084
+2 -2
View File
@@ -14,7 +14,7 @@
}:
let
version = "0.9.3";
version = "0.10.0";
# list of all theoretically available targets
targets = [
"genode"
@@ -37,7 +37,7 @@ stdenv.mkDerivation {
src = fetchurl {
url = "https://github.com/Solo5/solo5/releases/download/v${version}/solo5-v${version}.tar.gz";
hash = "sha256-KbeY667Y/ZPUuRIGYOZMMAuVEVJ7Kn9UDUSThX5zfII=";
hash = "sha256-iBmod0/LhQ5xBSfxHh2nRwCCyBPK4k1MVEO7WKAxrmo=";
};
configurePhase = ''