renode-unstable: 1.14.0+20240226git732d357b4 -> 1.14.0+20240305gitcec51e561

This commit is contained in:
R. Ryantm 2024-03-05 15:46:53 +00:00
parent 3c1f128a33
commit a8979c1d41

View File

@ -7,10 +7,10 @@
inherit buildUnstable;
}).overrideAttrs (finalAttrs: _: {
pname = "renode-unstable";
version = "1.14.0+20240226git732d357b4";
version = "1.14.0+20240305gitcec51e561";
src = fetchurl {
url = "https://builds.renode.io/renode-${finalAttrs.version}.linux-portable.tar.gz";
hash = "sha256-08xV/6ch6dWA4pwg8tuDywYhQ4ZIFRD5zegojDZtAHE=";
hash = "sha256-dXT4C/s7Aygqhq0U6MiPsQL8ZvjPfTzKYuhA6aRQKlI=";
};
})