Skip to content

Commit 7026b50

Browse files
committedMar 24, 2025
compiledb: 0.10.1 -> 0.10.7
1 parent a1ae0c6 commit 7026b50

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed
 

‎pkgs/by-name/co/compiledb/package.nix

+5-5
Original file line numberDiff line numberDiff line change
@@ -7,18 +7,18 @@
77

88
python3Packages.buildPythonApplication rec {
99
pname = "compiledb";
10-
version = "0.10.1";
10+
version = "0.10.7";
1111
pyproject = true;
1212

13-
build-system = [ python3Packages.setuptools ];
14-
1513
src = fetchFromGitHub {
1614
owner = "nickdiego";
1715
repo = "compiledb";
18-
tag = "v${version}";
19-
hash = "sha256-pN2F0bFT5r8w+8kZOP/tU7Cx1SDN81fzkMfnj19jMWM=";
16+
tag = version;
17+
hash = "sha256-toqBf5q1EfZVhZN5DAtxkyFF7UlyNbqxWAIWFMwacxw=";
2018
};
2119

20+
build-system = with python3Packages; [ setuptools setuptools-scm ];
21+
2222
dependencies = with python3Packages; [
2323
click
2424
bashlex

0 commit comments

Comments
 (0)
Failed to load comments.