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 d290965 commit f6d3c5cCopy full SHA for f6d3c5c
pkgs/by-name/ch/chirp/package.nix
@@ -11,14 +11,14 @@
11
12
python3Packages.buildPythonApplication {
13
pname = "chirp";
14
- version = "0.4.0-unstable-2024-12-17";
+ version = "0.4.0-unstable-2024-12-26";
15
pyproject = true;
16
17
src = fetchFromGitHub {
18
owner = "kk7ds";
19
repo = "chirp";
20
- rev = "605037deb68994bbb3114c2a35db7a7a7e4755a6";
21
- hash = "sha256-5AwoXX5Qa4ROjt5wSdcElLJ7ZVguKK3urn0ygVDJiGQ=";
+ rev = "43449629fb3c2ae0b71e8b7cb7d49e8e97a00c64";
+ hash = "sha256-zn9pInfJ/QbwgvBqkqzdW7txVGZVU1EPDo4I4ZQDdLY=";
22
};
23
24
nativeBuildInputs = [
0 commit comments