Commit 3e64f7b1 authored by R. RyanTM's avatar R. RyanTM
Browse files

renode-unstable: 1.15.3+20240927gitbb819bb49 -> 1.15.3+20241004git4b8a8f170

parent d786d017
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.3+20240927gitbb819bb49";
  version = "1.15.3+20241004git4b8a8f170";

  src = fetchurl {
    url = "https://builds.renode.io/renode-${finalAttrs.version}.linux-dotnet.tar.gz";
    hash = "sha256-IcQKAslgmN+ChYJLsS0umR1/FSAicWyP6Ek/v668+40=";
    hash = "sha256-/+fH5DHL/kg4IlJyOlCuOMsUocaBsA8GYvq5iP7Ip+4=";
  };

  passthru.updateScript =