renode-unstable: 1.15.3+20250406gitea53e3840 -> 1.15.3+20250507git91a4bb342

This commit is contained in:
R. Ryantm
2025-05-07 21:47:48 +00:00
parent cc4eb12f0a
commit bf21f9843a
+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 =