1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-11-18 11:40:45 +00:00

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

renode-unstable: 1.14.0+20240119git1a0826937 -> 1.14.0+20240130git6e173a1bb
This commit is contained in:
Nick Cao 2024-02-08 19:32:51 -05:00 committed by GitHub
commit 0b0caa10eb
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+20240119git1a0826937";
version = "1.14.0+20240130git6e173a1bb";
src = fetchurl {
url = "https://builds.renode.io/renode-${finalAttrs.version}.linux-portable.tar.gz";
hash = "sha256-bv5+6DVzBFt5XeKcLJFpUHB5T1RKCNi/CuXXpIn6e9k=";
hash = "sha256-D4DjZYsvtlJXgoAHkYb7qPqbNfpidXHmEozEj6nPPqA=";
};
})