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

renode-unstable: 1.14.0+20240212git8eb88bb9c -> 1.14.0+20240215git10667c665
This commit is contained in:
Nick Cao 2024-02-16 12:04:28 -05:00 committed by GitHub
commit 607312f76a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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=";
};
})