mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-16 14:54:29 +01:00
renode-unstable: 1.15.1+20240716gita55a3d050 -> 1.15.1+20240801git19eb5fb22
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
This commit is contained in:
parent
364796f33b
commit
20e15d1eac
1 changed files with 2 additions and 2 deletions
|
@ -5,11 +5,11 @@
|
|||
|
||||
renode.overrideAttrs (finalAttrs: _: {
|
||||
pname = "renode-unstable";
|
||||
version = "1.15.1+20240716gita55a3d050";
|
||||
version = "1.15.1+20240801git19eb5fb22";
|
||||
|
||||
src = fetchurl {
|
||||
url = "https://builds.renode.io/renode-${finalAttrs.version}.linux-dotnet.tar.gz";
|
||||
hash = "sha256-W7RDun+Pq6s9Yt6GbFCQEsipNOvS9nUEPSVorsZqp80=";
|
||||
hash = "sha256-dIyMQtFXvHivlzC+Y3TrWsN81/cETKTaucZY5r/x5rU=";
|
||||
};
|
||||
|
||||
passthru.updateScript =
|
||||
|
|
Loading…
Reference in a new issue