Merge pull request #137795 from r-ryantm/auto-update/horizon-eda

horizon-eda: 2.0.0 -> 2.1.0
This commit is contained in:
Artturi 2021-09-14 16:43:37 +03:00 committed by GitHub
commit 9350ea9d4f
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 = "2.0.0";
version = "2.1.0";
src = fetchFromGitHub {
owner = "horizon-eda";
repo = "horizon";
rev = "v${version}";
sha256 = "sha256-FS24B/ySKeF8r7Tro+mf5P0ALtlPwwJCU3YdDNYLe6o=";
sha256 = "sha256-3JNkwKkr/fdz/2UFAHwhn03PHqX9YFOMf3Q7kkbTZYk=";
};
buildInputs = [