Merge pull request #308729 from r-ryantm/auto-update/renode-unstable

renode-unstable: 1.15.0+20240426git72f3c383b -> 1.15.0+20240502gita79411a5d
This commit is contained in:
Weijia Wang
2024-05-04 14:47:44 +02:00
committed by GitHub
+2 -2
View File
@@ -5,11 +5,11 @@
renode.overrideAttrs (finalAttrs: _: {
pname = "renode-unstable";
version = "1.15.0+20240426git72f3c383b";
version = "1.15.0+20240502gita79411a5d";
src = fetchurl {
url = "https://builds.renode.io/renode-${finalAttrs.version}.linux-portable.tar.gz";
hash = "sha256-BOQT5nG6Vu12RyAkCwnh6PYfNQTcYGdV4XHDpi/8kPE=";
hash = "sha256-JgmoVTFq5z/4YFnmqn/nct7M50JOevQHWfMsaVtBybo=";
};
passthru.updateScript =