tangled
alpha
login
or
join now
pyrox.dev
/
nixpkgs
lol
0
fork
atom
overview
issues
pulls
pipelines
horizon-eda: 2.7.0 -> 2.7.1
R. Ryantm
4 months ago
d8838f2d
dc436604
+2
-2
1 changed file
expand all
collapse all
unified
split
pkgs
by-name
ho
horizon-eda
base.nix
+2
-2
pkgs/by-name/ho/horizon-eda/base.nix
···
24
# This base is used in horizon-eda and python3Packages.horizon-eda
25
rec {
26
pname = "horizon-eda";
27
-
version = "2.7.0";
28
29
src = fetchFromGitHub {
30
owner = "horizon-eda";
31
repo = "horizon";
32
rev = "v${version}";
33
-
hash = "sha256-Y2oopRycYSxtiKuQZSfTBVP7RmpZ0JA+QyZgnrpoAes=";
34
};
35
36
nativeBuildInputs = [
···
24
# This base is used in horizon-eda and python3Packages.horizon-eda
25
rec {
26
pname = "horizon-eda";
27
+
version = "2.7.1";
28
29
src = fetchFromGitHub {
30
owner = "horizon-eda";
31
repo = "horizon";
32
rev = "v${version}";
33
+
hash = "sha256-gigfwam7+KvmGAxex7Bi7a8xAmiNZ+YBZ5iMXneD4cw=";
34
};
35
36
nativeBuildInputs = [