renode-unstable: 1.15.0+20240320git97be875a3 -> 1.15.0+20240323git3bd8e280d

This commit is contained in:
R. Ryantm 2024-03-26 22:15:49 +00:00
parent d50918bc1c
commit 19bbe51b7e
1 changed files with 2 additions and 2 deletions

View File

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