Unverified Commit 3277d20e authored by h7x4's avatar h7x4 Committed by GitHub
Browse files

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

renode-unstable: 1.15.0+20240515gita6b1d773d -> 1.15.0+20240517gitf683c4f59
parents 1f6c575f c40cc2a9
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+20240515gita6b1d773d";
  version = "1.15.0+20240517gitf683c4f59";

  src = fetchurl {
    url = "https://builds.renode.io/renode-${finalAttrs.version}.linux-portable.tar.gz";
    hash = "sha256-N0pdjbEsXZiPh/xr76akmwSmkEt/fsBXZl4Cjncz3hU=";
    hash = "sha256-fbGzh2vBKmtLbji8FunbNmbONZdFpJ/r6VUEO8odUec=";
  };

  passthru.updateScript =