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

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

renode-unstable: 1.14.0+20240219gitea2784757 -> 1.14.0+20240222git83285cc63
parents 29287bec cbe56651
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+20240219gitea2784757";
  version = "1.14.0+20240222git83285cc63";

  src = fetchurl {
    url = "https://builds.renode.io/renode-${finalAttrs.version}.linux-portable.tar.gz";
    hash = "sha256-ODf2vWQ0ZeYYmia5BgQvLm+BFCX/GjVvRqVAPPW/sq8=";
    hash = "sha256-RFZdl2t1356h4Hvab6Gn3LZZnCWlQlK6C0otlXzVlMI=";
  };
})