Merge pull request #111332 from guserav/horizon-eda

horizon-eda: 1.3.0 -> 1.4.0
This commit is contained in:
Daniel Schaefer 2021-01-30 23:21:51 +01:00 committed by GitHub
commit b85a0ba2c2
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -23,13 +23,13 @@
stdenv.mkDerivation rec {
pname = "horizon-eda";
version = "1.3.0";
version = "1.4.0";
src = fetchFromGitHub {
owner = "horizon-eda";
repo = "horizon";
rev = "v${version}";
sha256 = "13c4p60vrmwmnrv2jcr2gc1cxnimy7j8yp1p6434pbbk2py9k8mx";
sha256 = "0mra6kf1c2qixfzqva6r01qms5kdabbhhblhk5is6h6nq78i8640";
};
buildInputs = [