Unverified Commit ba5e23ac authored by nixpkgs-merge-bot[bot]'s avatar nixpkgs-merge-bot[bot] Committed by GitHub
Browse files

renode-unstable: 1.15.3+20250528gitc8bcc4cd7 -> 1.15.3+20250627git13a58e863 (#420587)



Co-authored-by: default avatarotavio <otavio@ossystems.com.br>
parents c85b639b 2c3afbbf
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -7,11 +7,11 @@
renode.overrideAttrs (
  finalAttrs: _: {
    pname = "renode-unstable";
    version = "1.15.3+20250528gitc8bcc4cd7";
    version = "1.15.3+20250627git13a58e863";

    src = fetchurl {
      url = "https://builds.renode.io/renode-${finalAttrs.version}.linux-dotnet.tar.gz";
      hash = "sha256-bt4IWsZXiOmv+FU4vlKg7Uehk3cinumCXC2LHNjtdZ4=";
      hash = "sha256-FLFWi17ThhxXzKVYjUhF7rKqiDsiLQaGWB3dKrIgl2w=";
    };

    passthru.updateScript =