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.
2 parents af8996d + d1c0c99 commit ce85219Copy full SHA for ce85219
pkgs/by-name/ch/chirp/package.nix
@@ -11,14 +11,14 @@
11
12
python3Packages.buildPythonApplication {
13
pname = "chirp";
14
- version = "0.4.0-unstable-2026-01-22";
+ version = "0.4.0-unstable-2026-02-01";
15
pyproject = true;
16
17
src = fetchFromGitHub {
18
owner = "kk7ds";
19
repo = "chirp";
20
- rev = "77a0299172e271fe62393f870d61f2033f201ca2";
21
- hash = "sha256-4V7nFW4KhfxOFvjQllcE6YHNuUDiYDFvBrlZk5r5tUQ=";
+ rev = "52a3a4be4035fac1bec56ee6f20ae50ea15f8c31";
+ hash = "sha256-HrLOo9duWDOxoranH2fo9KVs3OIV0oHDvzEcWdwthTs=";
22
};
23
24
nativeBuildInputs = [
0 commit comments