Clone of https://github.com/NixOS/nixpkgs.git (to stress-test knotserver)

Merge pull request #170885 from r-ryantm/auto-update/pyradio

pyradio: 0.8.9.16 -> 0.8.9.17

authored by Ryan Mulligan and committed by GitHub ebd442eb 516ad277

Changed files
+3 -3
pkgs
applications
audio
pyradio
+3 -3
pkgs/applications/audio/pyradio/default.nix
··· 2 2 3 3 python3Packages.buildPythonApplication rec { 4 4 pname = "pyradio"; 5 - version = "0.8.9.16"; 5 + version = "0.8.9.17"; 6 6 7 7 propagatedBuildInputs = with python3Packages; [ 8 8 requests ··· 13 13 src = fetchFromGitHub { 14 14 owner = "coderholic"; 15 15 repo = pname; 16 - rev = version; 17 - sha256 = "sha256-uerQfyGHWhLbO6UkLSMA1tdfW/8fDQkcm6hYIdwwC7I="; 16 + rev = "refs/tags/${version}"; 17 + sha256 = "sha256-lfDSD1+xbA6tAKeHKciq/n6YHWS4JTOvjIqOn+FQ2yA="; 18 18 }; 19 19 20 20 checkPhase = ''