renode-unstable: 1.15.3+20250507git91a4bb342 -> 1.15.3+20250528gitc8bcc4cd7

This commit is contained in:
R. Ryantm
2025-05-29 06:08:24 +00:00
parent 6ed432a97e
commit 860e2dd3f6
+2 -2
View File
@@ -7,11 +7,11 @@
renode.overrideAttrs (
finalAttrs: _: {
pname = "renode-unstable";
version = "1.15.3+20250507git91a4bb342";
version = "1.15.3+20250528gitc8bcc4cd7";
src = fetchurl {
url = "https://builds.renode.io/renode-${finalAttrs.version}.linux-dotnet.tar.gz";
hash = "sha256-x0g7wsaDCi3QUTEQcw/gGtzkWTmJB7ZZVqCE9fOyCFI=";
hash = "sha256-bt4IWsZXiOmv+FU4vlKg7Uehk3cinumCXC2LHNjtdZ4=";
};
passthru.updateScript =