openwebrx: 1.2.0 -> 1.2.2

This commit is contained in:
Astro 2024-04-17 01:38:05 +02:00
parent 1042fd8b14
commit 2861440d14

View File

@ -62,13 +62,13 @@ let
in in
buildPythonApplication rec { buildPythonApplication rec {
pname = "openwebrx"; pname = "openwebrx";
version = "1.2.0"; version = "1.2.2";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "jketterl"; owner = "jketterl";
repo = pname; repo = pname;
rev = version; rev = version;
sha256 = "sha256-7gcgwa9vQT2u8PQusuXKted2Hk0K+Zk6ornSG1K/D4c="; hash = "sha256-i3Znp5Sxs/KtJazHh2v9/2P+3cEocWB5wIpF7E4pK9s=";
}; };
propagatedBuildInputs = [ propagatedBuildInputs = [