renode-unstable: 1.15.3+20241112git6e850cb52 -> 1.15.3+20241217git398e80b6e

This commit is contained in:
R. Ryantm
2024-12-20 03:22:43 +00:00
parent 9657a49d5d
commit 1f6b08c2f4
+2 -2
View File
@@ -7,11 +7,11 @@
renode.overrideAttrs (
finalAttrs: _: {
pname = "renode-unstable";
version = "1.15.3+20241112git6e850cb52";
version = "1.15.3+20241217git398e80b6e";
src = fetchurl {
url = "https://builds.renode.io/renode-${finalAttrs.version}.linux-dotnet.tar.gz";
hash = "sha256-GkmzPc0pPRglkuGzPU+rLUcwlhw8v4VgQnxnkzT/+cI=";
hash = "sha256-DJau7daj06GHWr3uGAbb6/oKb4QIefRqH6QoYjy5JNU=";
};
passthru.updateScript =