fix src.url typos

This commit is contained in:
Maximilian Güntner
2017-09-14 13:54:14 +02:00
parent 1b1fc65505
commit ec7b09ecd0
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -20593,7 +20593,7 @@ in {
version = "2.1.1";
src = pkgs.fetchurl {
url = " mirror://pypi/p/python-daemon/${name}.tar.gz";
url = "mirror://pypi/p/python-daemon/${name}.tar.gz";
sha256 = "17v80qb98p1gv4j9mq6wb55cv7hc4j1hzw5y2f4s5hrpxs3w3a2q";
};