renode-unstable: 1.15.3+20250314git5b219d820 -> 1.15.3+20250406gitea53e3840 (#396573)

This commit is contained in:
Wolfgang Walther
2025-04-27 12:39:56 +00:00
committed by GitHub
+2 -2
View File
@@ -7,11 +7,11 @@
renode.overrideAttrs (
finalAttrs: _: {
pname = "renode-unstable";
version = "1.15.3+20250314git5b219d820";
version = "1.15.3+20250406gitea53e3840";
src = fetchurl {
url = "https://builds.renode.io/renode-${finalAttrs.version}.linux-dotnet.tar.gz";
hash = "sha256-v23MC22DVYV+czmpktKKP8lU0JKjgoOfNkTDhm0q/4o=";
hash = "sha256-bhuhMSogZUuUQrSVw9MAt8L89OoT67QRuZ9AG2ZTAKI=";
};
passthru.updateScript =