renode-unstable: 1.15.1+20240615gitdd55f8ea4 -> 1.15.1+20240623git05720ced1

This commit is contained in:
R. Ryantm
2024-06-24 14:55:24 +00:00
parent 5c33cba26b
commit 5e7ceec0bc
+2 -2
View File
@@ -5,11 +5,11 @@
renode.overrideAttrs (finalAttrs: _: {
pname = "renode-unstable";
version = "1.15.1+20240615gitdd55f8ea4";
version = "1.15.1+20240623git05720ced1";
src = fetchurl {
url = "https://builds.renode.io/renode-${finalAttrs.version}.linux-portable.tar.gz";
hash = "sha256-CxV92sGxRlITi0jhi/O0J/FwLGyJVS7niIzlO3s3pis=";
hash = "sha256-xqAkOBdG1tC7uFDxxG6DzQMs9NqG2QtBXACzEGN44u8=";
};
passthru.updateScript =