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

horizon-eda: 1.4.0 -> 2.0.0

authored by

Ryan Mulligan and committed by
GitHub
26a88ecc c3173699

+2 -2
+2 -2
pkgs/applications/science/electronics/horizon-eda/default.nix
··· 23 24 stdenv.mkDerivation rec { 25 pname = "horizon-eda"; 26 - version = "1.4.0"; 27 28 src = fetchFromGitHub { 29 owner = "horizon-eda"; 30 repo = "horizon"; 31 rev = "v${version}"; 32 - sha256 = "0mra6kf1c2qixfzqva6r01qms5kdabbhhblhk5is6h6nq78i8640"; 33 }; 34 35 buildInputs = [
··· 23 24 stdenv.mkDerivation rec { 25 pname = "horizon-eda"; 26 + version = "2.0.0"; 27 28 src = fetchFromGitHub { 29 owner = "horizon-eda"; 30 repo = "horizon"; 31 rev = "v${version}"; 32 + sha256 = "sha256-FS24B/ySKeF8r7Tro+mf5P0ALtlPwwJCU3YdDNYLe6o="; 33 }; 34 35 buildInputs = [