Unverified Commit 003e1783 authored by Nick Cao's avatar Nick Cao Committed by GitHub
Browse files

solo5: 0.9.2 -> 0.9.3 (#445542)

parents 84feabfd 3e12c31f
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -14,7 +14,7 @@
}:

let
  version = "0.9.2";
  version = "0.9.3";
  # 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-HiYi6VECDVZXJboTt6DwggyUyUhdlU4C7fwqYzvKWZs=";
    hash = "sha256-KbeY667Y/ZPUuRIGYOZMMAuVEVJ7Kn9UDUSThX5zfII=";
  };

  hardeningEnable = [ "pie" ];