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

renode-unstable: 1.15.0+20240323git3bd8e280d -> 1.15.0+20240404gitbfa16ba07
This commit is contained in:
Nick Cao 2024-04-04 22:11:46 -04:00 committed by GitHub
commit 7886f72f60
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+20240323git3bd8e280d";
version = "1.15.0+20240404gitbfa16ba07";
src = fetchurl {
url = "https://builds.renode.io/renode-${finalAttrs.version}.linux-portable.tar.gz";
hash = "sha256-hIPBM9PE6vtqo8XJvOWS3mIa9Vr7v9bcMdXmeQzBYsk=";
hash = "sha256-pXA6sGYBlLU2EnhFvUwRWkYirMi5BTgzyUbQ33sIMrg=";
};
passthru.updateScript =