mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-11 04:02:55 +03:00
xdg-utils: http-based fetchgit url
Change xdg-utils fetchgit url to `http` alternative since it is more proxy-friendly. The list of repository url alternatives can be found at http://cgit.freedesktop.org/xdg/xdg-utils/
This commit is contained in:
parent
19a1b86a15
commit
e7f4d36621
@ -4,7 +4,7 @@ stdenv.mkDerivation rec {
|
||||
name = "xdg-utils-1.1.0-rc3p7";
|
||||
|
||||
src = fetchgit {
|
||||
url = "git://anongit.freedesktop.org/xdg/xdg-utils";
|
||||
url = "http://anongit.freedesktop.org/git/xdg/xdg-utils.git";
|
||||
rev = "e8ee3b18d16e41b95148111b920a0c8beed3ac6c";
|
||||
sha256 = "0qy9h7vh6sw7wmadjvasw4sdhb9fvv7bn32ifgasdx7ag3r3939w";
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user