renode-unstable: 1.15.0+20240426git72f3c383b -> 1.15.0+20240502gita79411a5d
This commit is contained in:
parent
79691a0162
commit
9e3f6c3af5
1 changed files with 2 additions and 2 deletions
|
@ -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 =
|
||||
|
|
Loading…
Reference in a new issue