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

renode-unstable: 1.14.0+20240106git1b3952c2c -> 1.14.0+20240119git1a0826937
This commit is contained in:
h7x4 2024-02-02 01:45:09 +01:00 committed by GitHub
commit b32ab28b8d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -7,10 +7,10 @@
inherit buildUnstable;
}).overrideAttrs (finalAttrs: _: {
pname = "renode-unstable";
version = "1.14.0+20240106git1b3952c2c";
version = "1.14.0+20240119git1a0826937";
src = fetchurl {
url = "https://builds.renode.io/renode-${finalAttrs.version}.linux-portable.tar.gz";
hash = "sha256-tDo/01jYoq1Qg8h0BS4BQSPh3rsINpe72eMk9UBWgR0=";
hash = "sha256-bv5+6DVzBFt5XeKcLJFpUHB5T1RKCNi/CuXXpIn6e9k=";
};
})