Argh, the hash given by nix-prefetch-git is unusable in fetchgit
svn path=/nixpkgs/trunk/; revision=29074
This commit is contained in:
parent
53b10cac36
commit
5c8d585216
@ -26,7 +26,7 @@ stdenv.mkDerivation (rec {
|
|||||||
src = fetchgit {
|
src = fetchgit {
|
||||||
url = git://github.com/FreeRDP/FreeRDP.git;
|
url = git://github.com/FreeRDP/FreeRDP.git;
|
||||||
inherit rev;
|
inherit rev;
|
||||||
sha256 = "02594c248c7d3f30d43ac11ae5ea79df1c72d98b183caf041fc05db35d211837";
|
sha256 = "a6662826fa0d8e5ecaaf42b40f1f3c54577a1d76ad58a01bd154647d5a1c01f7";
|
||||||
};
|
};
|
||||||
|
|
||||||
buildInputs = [
|
buildInputs = [
|
||||||
|
Loading…
Reference in New Issue
Block a user