Skip to content

Commit

Permalink
Merge pull request NixOS#296877 from r-ryantm/auto-update/renode-unst…
Browse files Browse the repository at this point in the history
…able

renode-unstable: 1.14.0+20240314git7ff57f373 -> 1.14.0+20240315gita7bdc1e0e
  • Loading branch information
NickCao authored Mar 19, 2024
2 parents ad924fc + 40351be commit b06025f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/by-name/re/renode-unstable/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,10 @@
inherit buildUnstable;
}).overrideAttrs (finalAttrs: _: {
pname = "renode-unstable";
version = "1.14.0+20240314git7ff57f373";
version = "1.14.0+20240315gita7bdc1e0e";

src = fetchurl {
url = "https://builds.renode.io/renode-${finalAttrs.version}.linux-portable.tar.gz";
hash = "sha256-r9dI8g9GPa4QymFJagZLLynjTvQzR8IBIFOCSxZ3x7Q=";
hash = "sha256-mSuu6Tg/O1kSanxKjRLzJv6iYcoytc8u53zU1g8e13A=";
};
})

0 comments on commit b06025f

Please sign in to comment.