chirp: unstable-2024-02-08 -> 0.4.0-unstable-2024-02-08

This commit is contained in:
OPNA2608 2024-02-07 17:27:14 +01:00
parent 9bb0cfabea
commit dab51d0727

View File

@ -1,5 +1,6 @@
{ lib
, fetchFromGitHub
, writeShellScript
, glib
, gsettings-desktop-schemas
, python3
@ -9,7 +10,7 @@
python3.pkgs.buildPythonApplication rec {
pname = "chirp";
version = "unstable-2024-02-08";
version = "0.4.0-unstable-2024-02-08";
src = fetchFromGitHub {
owner = "kk7ds";
@ -37,7 +38,9 @@ python3.pkgs.buildPythonApplication rec {
doCheck = false;
passthru.updateScript = unstableGitUpdater {
branch = "py3";
tagConverter = writeShellScript "chirp-tag-converter.sh" ''
sed -e 's/^release_//g' -e 's/_/./g'
'';
};
meta = with lib; {