1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-11-18 19:51:17 +00:00

renode-unstable: 1.14.0+20240219gitea2784757 -> 1.14.0+20240222git83285cc63

This commit is contained in:
R. Ryantm 2024-02-23 12:02:00 +00:00
parent 46a66fd4a8
commit cbe56651fc

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=";
};
})