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

authored by Nick Cao and committed by GitHub 96179461 8091aa9c

+3 -3
+3 -3
pkgs/applications/radio/chirp/default.nix
··· 10 11 python3.pkgs.buildPythonApplication rec { 12 pname = "chirp"; 13 - version = "0.4.0-unstable-2024-05-03"; 14 15 src = fetchFromGitHub { 16 owner = "kk7ds"; 17 repo = "chirp"; 18 - rev = "e95140ff433b805ca16df04cba501b7332a9ec95"; 19 - hash = "sha256-UU3Ve6Yb7UK2nOLTfJasrlMX4iu1cpLBLScvhRhTUJ0="; 20 }; 21 buildInputs = [ 22 glib
··· 10 11 python3.pkgs.buildPythonApplication rec { 12 pname = "chirp"; 13 + version = "0.4.0-unstable-2024-05-10"; 14 15 src = fetchFromGitHub { 16 owner = "kk7ds"; 17 repo = "chirp"; 18 + rev = "d5dc5c8e053dbcf87c8b0ccf03109c0870c22bfb"; 19 + hash = "sha256-Tqq1dTjtzHTgaHUAio5B8V4Bo+P8EPa3s/kG181TrCc="; 20 }; 21 buildInputs = [ 22 glib