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

renode-unstable: 1.15.1+20240801git19eb5fb22 -> 1.15.1+20240808git7a138330e
This commit is contained in:
Nick Cao 2024-08-10 11:27:13 -04:00 committed by GitHub
commit 2cd4b02050
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.1+20240801git19eb5fb22";
version = "1.15.1+20240808git7a138330e";
src = fetchurl {
url = "https://builds.renode.io/renode-${finalAttrs.version}.linux-dotnet.tar.gz";
hash = "sha256-dIyMQtFXvHivlzC+Y3TrWsN81/cETKTaucZY5r/x5rU=";
hash = "sha256-hxGh+Pzpvw7dfRLdaqSEUCM8zLN9z2HQD8owOCu/uY4=";
};
passthru.updateScript =