Unverified Commit 202c6c6d authored by Nick Cao's avatar Nick Cao Committed by GitHub
Browse files

horizon-eda: 2.7.0 -> 2.7.1 (#447570)

parents 95cb9a72 d8838f2d
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -24,13 +24,13 @@ in
# This base is used in horizon-eda and python3Packages.horizon-eda
rec {
  pname = "horizon-eda";
  version = "2.7.0";
  version = "2.7.1";

  src = fetchFromGitHub {
    owner = "horizon-eda";
    repo = "horizon";
    rev = "v${version}";
    hash = "sha256-Y2oopRycYSxtiKuQZSfTBVP7RmpZ0JA+QyZgnrpoAes=";
    hash = "sha256-gigfwam7+KvmGAxex7Bi7a8xAmiNZ+YBZ5iMXneD4cw=";
  };

  nativeBuildInputs = [