Unverified Commit 7d71b24b authored by Nick Cao's avatar Nick Cao Committed by GitHub
Browse files

Merge pull request #316962 from otavio/bump-renode

renode-unstable: 1.15.0+20240517gitf683c4f59 -> 1.15.0+20240603gitf830e6345, renode-dts2repl: 0-unstable-2024-05-29 -> 0-unstable-2024-05-31
parents 1c126051 6659fa37
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -6,14 +6,14 @@

python3.pkgs.buildPythonApplication {
  pname = "renode-dts2repl";
  version = "0-unstable-2024-05-29";
  version = "0-unstable-2024-05-31";
  pyproject = true;

  src = fetchFromGitHub {
    owner = "antmicro";
    repo = "dts2repl";
    rev = "ed137a21c1d18272a16d6801de1029d183ab11c8";
    hash = "sha256-SbWRgTz/zxLcM+Zr0IW4gZTspumFSDA9FcfOwAGOeUI=";
    rev = "fadea1fb13d562e52de95d3f2724c4110bb258d0";
    hash = "sha256-Jbog3YgaoTUEdb1G9eS9SAhlbQRITS2jSsp0yeTHdnI=";
  };

  nativeBuildInputs = [
+2 −2
Original line number Diff line number Diff line
@@ -5,11 +5,11 @@

renode.overrideAttrs (finalAttrs: _: {
  pname = "renode-unstable";
  version = "1.15.0+20240517gitf683c4f59";
  version = "1.15.0+20240603gitf830e6345";

  src = fetchurl {
    url = "https://builds.renode.io/renode-${finalAttrs.version}.linux-portable.tar.gz";
    hash = "sha256-fbGzh2vBKmtLbji8FunbNmbONZdFpJ/r6VUEO8odUec=";
    hash = "sha256-4DV5dYnT7oZl/i7k3g6ydXxIRt4+z/jLZAB7c6JDgO4=";
  };

  passthru.updateScript =