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:
commit
0b0caa10eb
|
@ -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=";
|
||||
};
|
||||
})
|
||||
|
|
Loading…
Reference in a new issue