Unverified Commit de2ea7f0 authored by Weijia Wang's avatar Weijia Wang Committed by GitHub
Browse files

Merge pull request #310687 from r-ryantm/auto-update/renode-unstable

renode-unstable: 1.15.0+20240502gita79411a5d -> 1.15.0+20240509git8750f2500
parents 1816e1c8 94a20990
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -5,11 +5,11 @@

renode.overrideAttrs (finalAttrs: _: {
  pname = "renode-unstable";
  version = "1.15.0+20240502gita79411a5d";
  version = "1.15.0+20240509git8750f2500";

  src = fetchurl {
    url = "https://builds.renode.io/renode-${finalAttrs.version}.linux-portable.tar.gz";
    hash = "sha256-JgmoVTFq5z/4YFnmqn/nct7M50JOevQHWfMsaVtBybo=";
    hash = "sha256-bvPY+VPKCHG0/QHBsM7frU0+9sSMHV0ImISChHfWiAE=";
  };

  passthru.updateScript =