We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5566371 commit 7511ac1Copy full SHA for 7511ac1
pkgs/by-name/ch/chirp/package.nix
@@ -11,14 +11,14 @@
11
12
python3Packages.buildPythonApplication {
13
pname = "chirp";
14
- version = "0.4.0-unstable-2025-08-19";
+ version = "0.4.0-unstable-2025-08-31";
15
pyproject = true;
16
17
src = fetchFromGitHub {
18
owner = "kk7ds";
19
repo = "chirp";
20
- rev = "0705a4c61e11f952ef1bcdb282f22a74dc72782f";
21
- hash = "sha256-gUiSuulthiEC94SuXfGzuDDrf2dYTsJLsAjtjAsTIPY=";
+ rev = "906d7ec8b2e09f53710e1ef9616d58f8270841e2";
+ hash = "sha256-lsB8m9qn+pJp8tBekOo2DnQQrjF5P+NizdWaj0HaYPU=";
22
};
23
24
nativeBuildInputs = [
0 commit comments