Merge branch 'master' of github.com:NixOS/nixpkgs

This commit is contained in:
Russell O'Connor
2015-02-05 15:21:54 -05:00
14 changed files with 531 additions and 213 deletions

View File

@@ -8,7 +8,7 @@ stdenv.mkDerivation rec {
name = "despotify-svn521";
src = fetchsvn {
url = "https://despotify.svn.sourceforge.net/svnroot/despotify";
url = "http://svn.code.sf.net/p/despotify/code";
rev = "521";
};