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 0fb80da commit c93e398Copy full SHA for c93e398
pkgs/by-name/py/pyradio/package.nix
@@ -6,13 +6,13 @@
6
7
python3Packages.buildPythonApplication rec {
8
pname = "pyradio";
9
- version = "0.9.3.11";
+ version = "0.9.3.11.1";
10
11
src = fetchFromGitHub {
12
owner = "coderholic";
13
repo = "pyradio";
14
rev = "refs/tags/${version}";
15
- hash = "sha256-JvvnzIA5xhHgH87g0j60Ul0FHGhA88knsEFf1n2MQ84=";
+ hash = "sha256-k/MgvdR4ed9qMLx52AAK7Aq963/qkUyF+bam06yCZHc=";
16
};
17
18
nativeBuildInputs = [
0 commit comments