Unverified Commit c5f9f30e authored by nixpkgs-merge-bot[bot]'s avatar nixpkgs-merge-bot[bot] Committed by GitHub
Browse files

renode-unstable: 1.15.2+20240905git62115c2c3 -> 1.15.2+20240914gitcb658f346 (#342288)

parents 4cf86ae6 b040dfb0
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+20240905git62115c2c3";
  version = "1.15.2+20240914gitcb658f346";

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

  passthru.updateScript =