Skip to content

Commit 2bf91d4

Browse files
committed
1 parent b1c8775 commit 2bf91d4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pkgs/by-name/wy/wyoming-satellite/package.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,14 +21,14 @@ let
2121
in
2222
python.pkgs.buildPythonApplication rec {
2323
pname = "wyoming-satellite";
24-
version = "1.2.0";
24+
version = "1.3.0";
2525
pyproject = true;
2626

2727
src = fetchFromGitHub {
2828
owner = "rhasspy";
2929
repo = "wyoming-satellite";
3030
tag = "v${version}";
31-
hash = "sha256-KIWhWE9Qaxs72fJ1LRTkvk6QtpBJOFlmZv2od69O15g=";
31+
hash = "sha256-9UgfD0Hs/IgOszd/QBbe6DYY6kBWh7q/e57gghQ1/Bk=";
3232
};
3333

3434
build-system = with python.pkgs; [

0 commit comments

Comments
 (0)