solo5: 0.9.0 -> 0.9.1

This commit is contained in:
R. Ryantm
2025-03-06 09:10:49 +00:00
parent 0ce9de036c
commit 73343afaa5
+2 -2
View File
@@ -14,7 +14,7 @@
}:
let
version = "0.9.0";
version = "0.9.1";
# 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-w5ZEPxjplBTkedPN4yJN1A55HtItYjuwZA8UPFQBOw8=";
hash = "sha256-aHCY/mrEn3tNXC6e1fzzLHcrzYkKzgF7t1qc3QtnaVE=";
};
hardeningEnable = [ "pie" ];