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

renode-unstable: 1.15.1+20240808git7a138330e -> 1.15.1+20240816gitb8fc56b69
This commit is contained in:
Nick Cao 2024-08-22 16:55:38 -04:00 committed by GitHub
commit d2d66543c9
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+20240808git7a138330e";
version = "1.15.1+20240816gitb8fc56b69";
src = fetchurl {
url = "https://builds.renode.io/renode-${finalAttrs.version}.linux-dotnet.tar.gz";
hash = "sha256-hxGh+Pzpvw7dfRLdaqSEUCM8zLN9z2HQD8owOCu/uY4=";
hash = "sha256-3J70pjIrGGQLDlVkKuPYjL7HcjrN9H/xF7248BaMwAs=";
};
passthru.updateScript =