renode-unstable: 1.15.3+20241217git398e80b6e -> 1.15.3+20250109git606a24e00

This commit is contained in:
R. Ryantm
2025-01-09 12:32:20 +00:00
parent 5408294b16
commit e77b50689e
+2 -2
View File
@@ -7,11 +7,11 @@
renode.overrideAttrs (
finalAttrs: _: {
pname = "renode-unstable";
version = "1.15.3+20241217git398e80b6e";
version = "1.15.3+20250109git606a24e00";
src = fetchurl {
url = "https://builds.renode.io/renode-${finalAttrs.version}.linux-dotnet.tar.gz";
hash = "sha256-DJau7daj06GHWr3uGAbb6/oKb4QIefRqH6QoYjy5JNU=";
hash = "sha256-ZA52irUSACBBLkJ1o75SHVFIxlaNQV25VTcUfjv6bPk=";
};
passthru.updateScript =