Unverified Commit b7535c47 authored by Nick Cao's avatar Nick Cao Committed by GitHub
Browse files

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

renode-unstable: 1.14.0+20240222git83285cc63 -> 1.14.0+20240226git732d357b4
parents 3563900d 76e94e81
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -7,10 +7,10 @@
  inherit buildUnstable;
}).overrideAttrs (finalAttrs: _: {
  pname = "renode-unstable";
  version = "1.14.0+20240222git83285cc63";
  version = "1.14.0+20240226git732d357b4";

  src = fetchurl {
    url = "https://builds.renode.io/renode-${finalAttrs.version}.linux-portable.tar.gz";
    hash = "sha256-RFZdl2t1356h4Hvab6Gn3LZZnCWlQlK6C0otlXzVlMI=";
    hash = "sha256-08xV/6ch6dWA4pwg8tuDywYhQ4ZIFRD5zegojDZtAHE=";
  };
})