File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 77
88python3Packages . buildPythonApplication rec {
99 pname = "pyradio" ;
10- version = "0.9.3.11.4 " ;
10+ version = "0.9.3.11.5 " ;
1111
1212 src = fetchFromGitHub {
1313 owner = "coderholic" ;
1414 repo = "pyradio" ;
1515 tag = version ;
16- hash = "sha256-r/XJIHxi/0+G+Xm0ftuffl01SGwnkSXk0OpAy8yoXzc =" ;
16+ hash = "sha256-+guMfdYmXnWARyl5TQVUk2jCkIs11I5d0PMlCzs4ZFo =" ;
1717 } ;
1818
1919 nativeBuildInputs = [
@@ -47,7 +47,7 @@ python3Packages.buildPythonApplication rec {
4747 homepage = "http://www.coderholic.com/pyradio/" ;
4848 description = "Curses based internet radio player" ;
4949 mainProgram = "pyradio" ;
50- changelog = "https://github.com/coderholic/pyradio/releases/tag/${ version } " ;
50+ changelog = "https://github.com/coderholic/pyradio/releases/tag/${ src . tag } " ;
5151 license = licenses . mit ;
5252 maintainers = with maintainers ; [
5353 contrun
You can’t perform that action at this time.
0 commit comments