mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-01-22 14:45:27 +00:00
magit: fixed download url
svn path=/nixpkgs/trunk/; revision=27821
This commit is contained in:
parent
dc5a3adf5f
commit
f80ef6645b
|
@ -7,7 +7,7 @@ stdenv.mkDerivation {
|
|||
name = "magit-${version}";
|
||||
|
||||
src = fetchurl {
|
||||
url = "http://github.com/downloads/philjackson/magit/magit-${version}.tar.gz";
|
||||
url = "http://github.com/downloads/magit/magit/magit-${version}.tar.gz";
|
||||
sha256 = "1hfdl90d96zin31v8x4p8zx5f0x0i5i9hccysx6q3prdgw9r6wzq";
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in a new issue