nixpkgs mirror (for testing) github.com/NixOS/nixpkgs
nix

horizon-eda: 2.3.1 -> 2.4.0

authored by

R. Ryantm and committed by
Bobby Rong
eaa2608a 5c184f72

+2 -2
+2 -2
pkgs/applications/science/electronics/horizon-eda/default.nix
··· 24 24 25 25 stdenv.mkDerivation rec { 26 26 pname = "horizon-eda"; 27 - version = "2.3.1"; 27 + version = "2.4.0"; 28 28 29 29 src = fetchFromGitHub { 30 30 owner = "horizon-eda"; 31 31 repo = "horizon"; 32 32 rev = "v${version}"; 33 - sha256 = "1vvps44n9yrzdpircl98n4061lcmwksisnf3a8xkf3qbcnixnwlp"; 33 + sha256 = "sha256-R827l7WxyeCPQFXSzFcn4nE4AZBAOQ7s5QylDpxbw3U="; 34 34 }; 35 35 36 36 buildInputs = [