renode-unstable: 1.14.0+20240212git8eb88bb9c -> 1.14.0+20240215git10667c665
This commit is contained in:
parent
3cb97b9715
commit
5588372485
1 changed files with 2 additions and 2 deletions
|
@ -7,10 +7,10 @@
|
||||||
inherit buildUnstable;
|
inherit buildUnstable;
|
||||||
}).overrideAttrs (finalAttrs: _: {
|
}).overrideAttrs (finalAttrs: _: {
|
||||||
pname = "renode-unstable";
|
pname = "renode-unstable";
|
||||||
version = "1.14.0+20240212git8eb88bb9c";
|
version = "1.14.0+20240215git10667c665";
|
||||||
|
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = "https://builds.renode.io/renode-${finalAttrs.version}.linux-portable.tar.gz";
|
url = "https://builds.renode.io/renode-${finalAttrs.version}.linux-portable.tar.gz";
|
||||||
hash = "sha256-WwsIiyKF6hskv6NSTPiyY80nE3q97xzH359wFmN0OkU=";
|
hash = "sha256-4u2mAW93ivXteVBimjbjDhYHzHHIQCdrINEFzapCd3c=";
|
||||||
};
|
};
|
||||||
})
|
})
|
||||||
|
|
Loading…
Reference in a new issue