horizon-eda: 2.3.1 -> 2.4.0

This commit is contained in:
R. Ryantm 2022-10-16 14:18:11 +00:00 committed by Bobby Rong
parent 5c184f72db
commit eaa2608a12

View File

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