renode-unstable: 1.15.3+20250627git13a58e863 -> 1.15.3+20250707gita02ab2a10 (#423184)

Co-authored-by: otavio <otavio@ossystems.com.br>
This commit is contained in:
nixpkgs-merge-bot[bot] 2025-07-07 12:54:23 +00:00 committed by GitHub
commit 0314a2a0f4
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+20250627git13a58e863";
version = "1.15.3+20250707gita02ab2a10";
src = fetchurl {
url = "https://builds.renode.io/renode-${finalAttrs.version}.linux-dotnet.tar.gz";
hash = "sha256-FLFWi17ThhxXzKVYjUhF7rKqiDsiLQaGWB3dKrIgl2w=";
hash = "sha256-T5ptBT0xuxCRwPOR9YnCvVSgrj6aJh7YVeRgRsjJhvI=";
};
passthru.updateScript =