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

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

renode-unstable: 1.14.0+20240212git8eb88bb9c -> 1.14.0+20240215git10667c665
parents 89c71907 55883724
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+20240212git8eb88bb9c";
  version = "1.14.0+20240215git10667c665";

  src = fetchurl {
    url = "https://builds.renode.io/renode-${finalAttrs.version}.linux-portable.tar.gz";
    hash = "sha256-WwsIiyKF6hskv6NSTPiyY80nE3q97xzH359wFmN0OkU=";
    hash = "sha256-4u2mAW93ivXteVBimjbjDhYHzHHIQCdrINEFzapCd3c=";
  };
})