Skip to content

Commit

Permalink
tribler: fixup revision
Browse files Browse the repository at this point in the history
Using `rev = "v${revision}"` results in a "bad reference" error;
use the plain revision instead.
  • Loading branch information
joachifm committed Mar 23, 2017
1 parent a6665ad commit a49df2a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkgs/applications/networking/p2p/tribler/default.nix
Expand Up @@ -9,7 +9,7 @@ stdenv.mkDerivation rec {

src = fetchgit {
url = "https://github.com/Tribler/tribler";
rev = "v${revision}";
rev = revision;
sha256 = "16mk76qgg7fgca11yvpygicxqbkc0kn6r82x73fly2310pagd845";
fetchSubmodules = true;
};
Expand Down

0 comments on commit a49df2a

Please sign in to comment.