Skip to content

Commit

Permalink
go-dependency-manager: fix fetchFromGitHub call
Browse files Browse the repository at this point in the history
  • Loading branch information
globin committed Jan 15, 2017
1 parent 803a56a commit 30621e1
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions pkgs/development/tools/gdm/default.nix
Expand Up @@ -7,9 +7,10 @@ buildGoPackage rec {
goPackagePath = "github.com/sparrc/gdm";

src = fetchFromGitHub {
url = "https://github.com/sparrc/gdm";
sha256 = "0kpqmbg144qcvd8k88j9yx9lrld85ray2viw161xajafk16plvld";
owner = "sparrc";
repo = "gdm";
rev = version;
sha256 = "0kpqmbg144qcvd8k88j9yx9lrld85ray2viw161xajafk16plvld";
};

goDeps = ./deps.nix;
Expand Down

0 comments on commit 30621e1

Please sign in to comment.