Commit bf21f984 authored by R. RyanTM's avatar R. RyanTM
Browse files

renode-unstable: 1.15.3+20250406gitea53e3840 -> 1.15.3+20250507git91a4bb342

parent cc4eb12f
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -7,11 +7,11 @@
renode.overrideAttrs (
  finalAttrs: _: {
    pname = "renode-unstable";
    version = "1.15.3+20250406gitea53e3840";
    version = "1.15.3+20250507git91a4bb342";

    src = fetchurl {
      url = "https://builds.renode.io/renode-${finalAttrs.version}.linux-dotnet.tar.gz";
      hash = "sha256-bhuhMSogZUuUQrSVw9MAt8L89OoT67QRuZ9AG2ZTAKI=";
      hash = "sha256-x0g7wsaDCi3QUTEQcw/gGtzkWTmJB7ZZVqCE9fOyCFI=";
    };

    passthru.updateScript =