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

renode-unstable: 1.15.2+20240829gitfedcdbdaf -> 1.15.2+20240905git62115c2c3

parent 0cd0de72
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.2+20240829gitfedcdbdaf";
  version = "1.15.2+20240905git62115c2c3";

  src = fetchurl {
    url = "https://builds.renode.io/renode-${finalAttrs.version}.linux-dotnet.tar.gz";
    hash = "sha256-pZ8+wxu7357jXGhFFgG9RQ0Jy8a3CfKpe3x31VbsgfQ=";
    hash = "sha256-gPtaE0Y5bRcLNA9JVq2LWmDdV4OUGg/X6iQgEnr8b7Y=";
  };

  passthru.updateScript =