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

renode-unstable: 1.15.0+20240609git09f623310 -> 1.15.1+20240615gitdd55f8ea4
This commit is contained in:
Nick Cao 2024-06-18 16:26:01 -04:00 committed by GitHub
commit 48c9f70cce
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -5,11 +5,11 @@
renode.overrideAttrs (finalAttrs: _: {
pname = "renode-unstable";
version = "1.15.0+20240609git09f623310";
version = "1.15.1+20240615gitdd55f8ea4";
src = fetchurl {
url = "https://builds.renode.io/renode-${finalAttrs.version}.linux-portable.tar.gz";
hash = "sha256-jbPvMzGXdBXT92aPXBQzw74hXW9JJeTZQgXKvILMlo0=";
hash = "sha256-CxV92sGxRlITi0jhi/O0J/FwLGyJVS7niIzlO3s3pis=";
};
passthru.updateScript =