diff options
author | R. RyanTM <ryantm-bot@ryantm.com> | 2020-03-29 15:08:22 +0000 |
---|---|---|
committer | Jon <jonringer@users.noreply.github.com> | 2020-03-30 18:13:13 -0700 |
commit | 4078079cbcf5c47a6ed96c290f555fd56a772e70 (patch) | |
tree | fc7ceeb01b130f5a3d3f168aa82fdb04aed43f00 /pkgs/applications | |
parent | ad867fbce405c3549aa684104f9cdfa92e6bbf9f (diff) |
deadbeef: 1.8.2 -> 1.8.3
Diffstat (limited to 'pkgs/applications')
-rw-r--r-- | pkgs/applications/audio/deadbeef/default.nix | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/applications/audio/deadbeef/default.nix b/pkgs/applications/audio/deadbeef/default.nix index 2df6b9931cfcd..4c2323fbe8a56 100644 --- a/pkgs/applications/audio/deadbeef/default.nix +++ b/pkgs/applications/audio/deadbeef/default.nix @@ -59,13 +59,13 @@ assert remoteSupport -> curl != null; stdenv.mkDerivation rec { pname = "deadbeef"; - version = "1.8.2"; + version = "1.8.3"; src = fetchFromGitHub { owner = "DeaDBeeF-Player"; repo = "deadbeef"; rev = version; - sha256 = "016wwnh5jqdcfxn1ff6in5dz73c3gdhh3fva8inq7sc3vzdz5khj"; + sha256 = "0n0q7zfl56gnadcqqp5rg7sbh1xvfcmp7cvmh2ax07037b346qig"; }; buildInputs = with stdenv.lib; [ jansson ] @@ -108,7 +108,7 @@ stdenv.mkDerivation rec { meta = with stdenv.lib; { description = "Ultimate Music Player for GNU/Linux"; - homepage = http://deadbeef.sourceforge.net/; + homepage = "http://deadbeef.sourceforge.net/"; license = licenses.gpl2; platforms = [ "x86_64-linux" "i686-linux" ]; maintainers = [ maintainers.abbradar ]; |