renode-unstable: 1.16.0-unstable-2025-08-08 -> 1.16.0-unstable-2025-12-11 (#471472)

This commit is contained in:
nixpkgs-ci[bot]
2025-12-16 23:03:09 +00:00
committed by GitHub
+3 -3
View File
@@ -15,13 +15,13 @@ let
in
renode.overrideAttrs (old: rec {
pname = "renode-unstable";
version = "1.16.0-unstable-2025-08-08";
version = "1.16.0-unstable-2025-12-11";
src = fetchFromGitHub {
owner = "renode";
repo = "renode";
rev = "194d90650a9337a05cd81e8855474773d23d4396";
hash = "sha256-oRtbjup5RKbVzKMTa0yiY1gGhDqUrQ4N3SgwQ7lm8Ho=";
rev = "e61a4063ec362b099704e6d8f9734cdf792aeeb0";
hash = "sha256-ucQguZZSNKa0nEOTCdcLyDlaBnRgi/7Yb6VunNG/iSg=";
fetchSubmodules = true;
};