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 44f5ad1 + c3a99e2 commit 8cd49c6Copy full SHA for 8cd49c6
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-01-22";
+ version = "0.4.0-unstable-2025-02-05";
15
pyproject = true;
16
17
src = fetchFromGitHub {
18
owner = "kk7ds";
19
repo = "chirp";
20
- rev = "470a8a0a5c5a878a72233339998f2e527dd32ff2";
21
- hash = "sha256-H5N4YahSoMeKC+j6D6xj0MrZFUqcupvuqnahKhrq+sU=";
+ rev = "3082a03e3eb41a77a4763c75bc6f87dec3209555";
+ hash = "sha256-/aOmed/1Po+RIjDHubZwtPTWJbxP6IU6IVOwOPDdthU=";
22
};
23
24
nativeBuildInputs = [
0 commit comments