Unverified Commit 7ca1c30e authored by nixpkgs-ci[bot]'s avatar nixpkgs-ci[bot] Committed by GitHub
Browse files

renode-bin: 1.16.0 -> 1.16.1 (#492021)

parents a39f2dee 13c8a5ec
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -51,11 +51,11 @@ let
in
stdenv.mkDerivation (finalAttrs: {
  pname = "renode";
  version = "1.16.0";
  version = "1.16.1";

  src = fetchurl {
    url = "https://github.com/renode/renode/releases/download/v${finalAttrs.version}/renode-${finalAttrs.version}.linux-dotnet.tar.gz";
    hash = "sha256-oNlTz5LBggPkjKM4TJO2UDKQdt2Ga7rBTdgyGjN8/zA=";
    hash = "sha256-YmKcqjMe1L1Ot6vhPuLkg0+8qnDeSS2zll+vpO3FaU8=";
  };

  nativeBuildInputs = [