renode-unstable: 1.14.0+20240212git8eb88bb9c -> 1.14.0+20240215git10667c665

This commit is contained in:
R. Ryantm 2024-02-16 16:08:32 +00:00
parent 3cb97b9715
commit 5588372485

View file

@ -7,10 +7,10 @@
inherit buildUnstable;
}).overrideAttrs (finalAttrs: _: {
pname = "renode-unstable";
version = "1.14.0+20240212git8eb88bb9c";
version = "1.14.0+20240215git10667c665";
src = fetchurl {
url = "https://builds.renode.io/renode-${finalAttrs.version}.linux-portable.tar.gz";
hash = "sha256-WwsIiyKF6hskv6NSTPiyY80nE3q97xzH359wFmN0OkU=";
hash = "sha256-4u2mAW93ivXteVBimjbjDhYHzHHIQCdrINEFzapCd3c=";
};
})