Merge pull request #200987 from rembo10/headphones-update

This commit is contained in:
Artturi
2023-01-27 19:01:20 +02:00
committed by GitHub
+2 -2
View File
@@ -2,14 +2,14 @@
python3.pkgs.buildPythonApplication rec {
pname = "headphones";
version = "0.6.0-beta.5";
version = "0.6.0";
format = "other";
src = fetchFromGitHub {
owner = "rembo10";
repo = "headphones";
rev = "v${version}";
sha256 = "1ddqk5ch1dlh895cm99li4gb4a596mvq3d0gah9vrbn6fyhp3b4v";
sha256 = "0wx0kj9brcd4i9fdc4hmp39cgr27qybya6bp108cfgfv9x7150iw";
};
dontBuild = true;