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

renode-unstable: 1.15.1+20240615gitdd55f8ea4 -> 1.15.1+20240623git05720ced1
This commit is contained in:
Weijia Wang
2024-06-27 23:44:24 +02:00
committed by GitHub
+2 -2
View File
@@ -5,11 +5,11 @@
renode.overrideAttrs (finalAttrs: _: {
pname = "renode-unstable";
version = "1.15.1+20240615gitdd55f8ea4";
version = "1.15.1+20240623git05720ced1";
src = fetchurl {
url = "https://builds.renode.io/renode-${finalAttrs.version}.linux-portable.tar.gz";
hash = "sha256-CxV92sGxRlITi0jhi/O0J/FwLGyJVS7niIzlO3s3pis=";
hash = "sha256-xqAkOBdG1tC7uFDxxG6DzQMs9NqG2QtBXACzEGN44u8=";
};
passthru.updateScript =