tangled
alpha
login
or
join now
pyrox.dev
/
nixpkgs
0
fork
atom
lol
0
fork
atom
overview
issues
pulls
pipelines
interactive-html-bom: 2.9.0 -> 2.10.0
R. Ryantm
10 months ago
b5d1714b
b810b854
+3
-3
1 changed file
expand all
collapse all
unified
split
pkgs
by-name
in
interactive-html-bom
package.nix
+3
-3
pkgs/by-name/in/interactive-html-bom/package.nix
···
8
8
9
9
python3Packages.buildPythonApplication rec {
10
10
pname = "interactive-html-bom";
11
11
-
version = "2.9.0";
11
11
+
version = "2.10.0";
12
12
pyproject = true;
13
13
14
14
src = fetchFromGitHub {
15
15
owner = "openscopeproject";
16
16
repo = "InteractiveHtmlBom";
17
17
tag = "v${version}";
18
18
-
hash = "sha256-jUHEI0dWMFPQlXei3+0m1ruHzpG1hcRnxptNOXzXDqQ=";
18
18
+
hash = "sha256-o7GWdAFFK3zK0fc7aTSwOsd/c4uPg3cJfR0SXbl2RW8=";
19
19
};
20
20
21
21
build-system = [ python3Packages.hatchling ];
···
43
43
description = "Interactive HTML BOM generation for KiCad, EasyEDA, Eagle, Fusion360 and Allegro PCB designer";
44
44
homepage = "https://github.com/openscopeproject/InteractiveHtmlBom/";
45
45
license = lib.licenses.mit;
46
46
-
changelog = "https://github.com/openscopeproject/InteractiveHtmlBom/releases/tag/v${version}";
46
46
+
changelog = "https://github.com/openscopeproject/InteractiveHtmlBom/releases/tag/${src.tag}";
47
47
maintainers = with lib.maintainers; [ wuyoli ];
48
48
mainProgram = "generate_interactive_bom";
49
49
};