mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-11 15:27:20 +03:00
mopidy: fix broken fetchgit -> fetchurl
This commit is contained in:
parent
74491ea24b
commit
c22eff7505
@ -1,4 +1,4 @@
|
||||
{ stdenv, fetchgit, pythonPackages, pygobject, gst_python
|
||||
{ stdenv, fetchurl, pythonPackages, pygobject, gst_python
|
||||
, gst_plugins_good, gst_plugins_base
|
||||
}:
|
||||
|
||||
@ -7,7 +7,7 @@ pythonPackages.buildPythonPackage rec {
|
||||
|
||||
version = "0.14.2";
|
||||
|
||||
src = fetchgit {
|
||||
src = fetchurl {
|
||||
url = "https://github.com/mopidy/mopidy/archive/v${version}.tar.gz";
|
||||
sha256 = "0fqx7lk9g61d744b951cwx0szqbyji58dhw2ravnq9785nkhi7i4";
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user