From ce6f4e25b279e2933aacf9318a264ee997daa799 Mon Sep 17 00:00:00 2001 From: Nikolay Amiantov Date: Sat, 30 Apr 2016 02:58:11 +0300 Subject: [PATCH] deadbeef: 0.7.0 -> 0.7.2 --- pkgs/applications/audio/deadbeef/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/applications/audio/deadbeef/default.nix b/pkgs/applications/audio/deadbeef/default.nix index 3ed4e587ac5..43aba89213f 100644 --- a/pkgs/applications/audio/deadbeef/default.nix +++ b/pkgs/applications/audio/deadbeef/default.nix @@ -53,11 +53,11 @@ assert remoteSupport -> curl != null; stdenv.mkDerivation rec { name = "deadbeef-${version}"; - version = "0.7.0"; + version = "0.7.2"; src = fetchurl { url = "mirror://sourceforge/project/deadbeef/${name}.tar.bz2"; - sha256 = "0s6qip1zs83pig75pnd30ayiv1dbbj7s72px9mr31f4m0v86kaqx"; + sha256 = "0rwdxxn7h94vlgblbkswyvj6pm82488v8x5nrmlrcsbzjjf2pccw"; }; buildInputs = with stdenv.lib; [ jansson ]