Merge pull request #295945 from r-ryantm/auto-update/renode-unstable
renode-unstable: 1.14.0+20240308git65e3eb0f5 -> 1.14.0+20240314git7ff57f373
This commit is contained in:
commit
ec30f7829d
1 changed files with 2 additions and 2 deletions
|
@ -7,10 +7,10 @@
|
|||
inherit buildUnstable;
|
||||
}).overrideAttrs (finalAttrs: _: {
|
||||
pname = "renode-unstable";
|
||||
version = "1.14.0+20240308git65e3eb0f5";
|
||||
version = "1.14.0+20240314git7ff57f373";
|
||||
|
||||
src = fetchurl {
|
||||
url = "https://builds.renode.io/renode-${finalAttrs.version}.linux-portable.tar.gz";
|
||||
hash = "sha256-s0SK4Ixl2hTbh6X3nddjKNpnxePjcd/SRXnP/xytInc=";
|
||||
hash = "sha256-r9dI8g9GPa4QymFJagZLLynjTvQzR8IBIFOCSxZ3x7Q=";
|
||||
};
|
||||
})
|
||||
|
|
Loading…
Reference in a new issue