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

renode-unstable: 1.15.0+20240404gitbfa16ba07 -> 1.15.0+20240418git228a25674
This commit is contained in:
Nick Cao 2024-04-21 13:31:47 -04:00 committed by GitHub
commit 4c0263b6b0
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 2 deletions

View File

@ -5,11 +5,11 @@
renode.overrideAttrs (finalAttrs: _: {
pname = "renode-unstable";
version = "1.15.0+20240404gitbfa16ba07";
version = "1.15.0+20240418git228a25674";
src = fetchurl {
url = "https://builds.renode.io/renode-${finalAttrs.version}.linux-portable.tar.gz";
hash = "sha256-pXA6sGYBlLU2EnhFvUwRWkYirMi5BTgzyUbQ33sIMrg=";
hash = "sha256-v8fWQQM2NZkE+Wsg8pyww6esYLggJzehavqIhzI+EaQ=";
};
passthru.updateScript =