0
0
Fork 0
mirror of https://github.com/NixOS/nixpkgs.git synced 2025-07-14 06:00:33 +03:00

renode-unstable: 1.15.3+20241217git398e80b6e -> 1.15.3+20250109git606a24e00 (#372360)

Co-authored-by: otavio <otavio@ossystems.com.br>
This commit is contained in:
nixpkgs-merge-bot[bot] 2025-01-09 15:16:11 +00:00 committed by GitHub
commit b71883ba2b
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -7,11 +7,11 @@
renode.overrideAttrs (
finalAttrs: _: {
pname = "renode-unstable";
version = "1.15.3+20241217git398e80b6e";
version = "1.15.3+20250109git606a24e00";
src = fetchurl {
url = "https://builds.renode.io/renode-${finalAttrs.version}.linux-dotnet.tar.gz";
hash = "sha256-DJau7daj06GHWr3uGAbb6/oKb4QIefRqH6QoYjy5JNU=";
hash = "sha256-ZA52irUSACBBLkJ1o75SHVFIxlaNQV25VTcUfjv6bPk=";
};
passthru.updateScript =