Merge pull request #177930 from lschuermann/dev/update/horizon-eda-2.3.1

horizon-eda: 2.3.0 -> 2.3.1
This commit is contained in:
Bobby Rong 2022-06-18 22:18:08 +08:00 committed by GitHub
commit e88df1605b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -24,13 +24,13 @@
stdenv.mkDerivation rec {
pname = "horizon-eda";
version = "2.3.0";
version = "2.3.1";
src = fetchFromGitHub {
owner = "horizon-eda";
repo = "horizon";
rev = "v${version}";
sha256 = "0lw5j1zqd2wdafgxl4ahcphaabs7vlw4kaa1c566hwfjxs46dmg9";
sha256 = "1vvps44n9yrzdpircl98n4061lcmwksisnf3a8xkf3qbcnixnwlp";
};
buildInputs = [