We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 573f280 commit 4132c9aCopy full SHA for 4132c9a
pkgs/by-name/py/pyradio/package.nix
@@ -7,13 +7,13 @@
7
8
python3Packages.buildPythonApplication rec {
9
pname = "pyradio";
10
- version = "0.9.3.11.9";
+ version = "0.9.3.11.11";
11
12
src = fetchFromGitHub {
13
owner = "coderholic";
14
repo = "pyradio";
15
tag = version;
16
- hash = "sha256-paDiD47ERcVNQ1iVEKY2xBItFhyedacAAElT0slBYWk=";
+ hash = "sha256-yVXq9wHuPO87SRxJdFtYeQWFzeX6IwhKdMchhuzo0ms=";
17
};
18
19
nativeBuildInputs = [
0 commit comments