Merge pull request #299320 from r-ryantm/auto-update/renode-unstable

renode-unstable: 1.15.0+20240320git97be875a3 -> 1.15.0+20240323git3bd8e280d
This commit is contained in:
Nick Cao 2024-03-27 10:36:39 -04:00 committed by GitHub
commit a5f24ada49
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
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=";
};
})