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

renode-unstable: 1.14.0+20240219gitea2784757 -> 1.14.0+20240222git83285cc63
This commit is contained in:
Nick Cao 2024-02-23 08:56:05 -05:00 committed by GitHub
commit 1c42518208
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -7,10 +7,10 @@
inherit buildUnstable;
}).overrideAttrs (finalAttrs: _: {
pname = "renode-unstable";
version = "1.14.0+20240219gitea2784757";
version = "1.14.0+20240222git83285cc63";
src = fetchurl {
url = "https://builds.renode.io/renode-${finalAttrs.version}.linux-portable.tar.gz";
hash = "sha256-ODf2vWQ0ZeYYmia5BgQvLm+BFCX/GjVvRqVAPPW/sq8=";
hash = "sha256-RFZdl2t1356h4Hvab6Gn3LZZnCWlQlK6C0otlXzVlMI=";
};
})