renode-unstable: 1.15.3+20250406gitea53e3840 -> 1.15.3+20250507git91a4bb342 (#405073)

This commit is contained in:
Weijia Wang
2025-05-20 11:18:52 +02:00
committed by GitHub
+2 -2
View File
@@ -7,11 +7,11 @@
renode.overrideAttrs (
finalAttrs: _: {
pname = "renode-unstable";
version = "1.15.3+20250406gitea53e3840";
version = "1.15.3+20250507git91a4bb342";
src = fetchurl {
url = "https://builds.renode.io/renode-${finalAttrs.version}.linux-dotnet.tar.gz";
hash = "sha256-bhuhMSogZUuUQrSVw9MAt8L89OoT67QRuZ9AG2ZTAKI=";
hash = "sha256-x0g7wsaDCi3QUTEQcw/gGtzkWTmJB7ZZVqCE9fOyCFI=";
};
passthru.updateScript =