renode-unstable: 1.15.0+20240515gita6b1d773d -> 1.15.0+20240517gitf683c4f59

(cherry picked from commit c40cc2a9f2)
This commit is contained in:
R. Ryantm 2024-05-21 10:02:02 +00:00 committed by github-actions[bot]
parent cba27b4bc2
commit 25b0be2d1e

View File

@ -5,11 +5,11 @@
renode.overrideAttrs (finalAttrs: _: {
pname = "renode-unstable";
version = "1.15.0+20240515gita6b1d773d";
version = "1.15.0+20240517gitf683c4f59";
src = fetchurl {
url = "https://builds.renode.io/renode-${finalAttrs.version}.linux-portable.tar.gz";
hash = "sha256-N0pdjbEsXZiPh/xr76akmwSmkEt/fsBXZl4Cjncz3hU=";
hash = "sha256-fbGzh2vBKmtLbji8FunbNmbONZdFpJ/r6VUEO8odUec=";
};
passthru.updateScript =