about summary refs log tree commit diff
path: root/pkgs/applications
diff options
context:
space:
mode:
authorNick Cao <nickcao@nichi.co>2024-05-13 11:07:50 -0400
committerGitHub <noreply@github.com>2024-05-13 11:07:50 -0400
commit96179461c85510b35aacf62e5caa615cb73986e7 (patch)
tree41adfb08c428d0a6542f1c2d23d0235c3ee7db1c /pkgs/applications
parent8091aa9cfb162e75c92eb85c7895759bdb9d7df3 (diff)
parent051021c597aa07065b66b478c9f7ff44c5b3d9d1 (diff)
Merge pull request #311234 from r-ryantm/auto-update/chirp
chirp: 0.4.0-unstable-2024-05-03 -> 0.4.0-unstable-2024-05-10
Diffstat (limited to 'pkgs/applications')
-rw-r--r--pkgs/applications/radio/chirp/default.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/applications/radio/chirp/default.nix b/pkgs/applications/radio/chirp/default.nix
index d73dcc01a54e6..9854fa8076efe 100644
--- a/pkgs/applications/radio/chirp/default.nix
+++ b/pkgs/applications/radio/chirp/default.nix
@@ -10,13 +10,13 @@
 
 python3.pkgs.buildPythonApplication rec {
   pname = "chirp";
-  version = "0.4.0-unstable-2024-05-03";
+  version = "0.4.0-unstable-2024-05-10";
 
   src = fetchFromGitHub {
     owner = "kk7ds";
     repo = "chirp";
-    rev = "e95140ff433b805ca16df04cba501b7332a9ec95";
-    hash = "sha256-UU3Ve6Yb7UK2nOLTfJasrlMX4iu1cpLBLScvhRhTUJ0=";
+    rev = "d5dc5c8e053dbcf87c8b0ccf03109c0870c22bfb";
+    hash = "sha256-Tqq1dTjtzHTgaHUAio5B8V4Bo+P8EPa3s/kG181TrCc=";
   };
   buildInputs = [
     glib