renode-unstable: 1.15.3+20250507git91a4bb342 -> 1.15.3+20250528gitc8bcc4cd7 (#411978)

authored by Weijia Wang and committed by GitHub 1ad16191 aa36c6c0

+2 -2
+2 -2
pkgs/by-name/re/renode-unstable/package.nix
··· 7 7 renode.overrideAttrs ( 8 8 finalAttrs: _: { 9 9 pname = "renode-unstable"; 10 - version = "1.15.3+20250507git91a4bb342"; 10 + version = "1.15.3+20250528gitc8bcc4cd7"; 11 11 12 12 src = fetchurl { 13 13 url = "https://builds.renode.io/renode-${finalAttrs.version}.linux-dotnet.tar.gz"; 14 - hash = "sha256-x0g7wsaDCi3QUTEQcw/gGtzkWTmJB7ZZVqCE9fOyCFI="; 14 + hash = "sha256-bt4IWsZXiOmv+FU4vlKg7Uehk3cinumCXC2LHNjtdZ4="; 15 15 }; 16 16 17 17 passthru.updateScript =