renode-unstable: 1.14.0+20240315gita7bdc1e0e -> 1.15.0+20240320git97be875a3

This commit is contained in:
R. Ryantm 2024-03-21 12:42:50 +00:00
parent c7408bdbfb
commit e5a2b59efa

View File

@ -7,10 +7,10 @@
inherit buildUnstable;
}).overrideAttrs (finalAttrs: _: {
pname = "renode-unstable";
version = "1.14.0+20240315gita7bdc1e0e";
version = "1.15.0+20240320git97be875a3";
src = fetchurl {
url = "https://builds.renode.io/renode-${finalAttrs.version}.linux-portable.tar.gz";
hash = "sha256-mSuu6Tg/O1kSanxKjRLzJv6iYcoytc8u53zU1g8e13A=";
hash = "sha256-+1tOZ44fg/Z4n4gjPylRQlRE7KnL0AGcODlue/HLb3I=";
};
})