renode-unstable: 1.15.3+20250121git0a17b4a64 -> 1.15.3+20250202git50d499e4e

This commit is contained in:
R. Ryantm
2025-02-03 13:01:32 +00:00
parent f92809dc01
commit 0a26e0373c
+2 -2
View File
@@ -7,11 +7,11 @@
renode.overrideAttrs (
finalAttrs: _: {
pname = "renode-unstable";
version = "1.15.3+20250121git0a17b4a64";
version = "1.15.3+20250202git50d499e4e";
src = fetchurl {
url = "https://builds.renode.io/renode-${finalAttrs.version}.linux-dotnet.tar.gz";
hash = "sha256-8RQaupK2mk79JQK4wLknuE9KLPF7tkrIjptwLr9VH1c=";
hash = "sha256-aLeBd506FRuTTIS0ZAlJQ1OBNWrK8YY4vfmLj6YpUI0=";
};
passthru.updateScript =