vgo2nix: unstable-2019-02-05 -> unstable-2020-05-05
This commit is contained in:
@@ -9,16 +9,16 @@
|
||||
|
||||
buildGoPackage {
|
||||
pname = "vgo2nix";
|
||||
version = "unstable-2019-02-06";
|
||||
version = "unstable-2020-05-05";
|
||||
goPackagePath = "github.com/adisbladis/vgo2nix";
|
||||
|
||||
nativeBuildInputs = [ makeWrapper ];
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "adisbladis";
|
||||
owner = "nix-community";
|
||||
repo = "vgo2nix";
|
||||
rev = "f2694cd352830f0561bc00bbcaa08cefb2e36439";
|
||||
sha256 = "10cwi67cyhqjq1pwhry2n1v8z7wybl4cawzmjmfgs5mbsvqp0h78";
|
||||
rev = "71e59bf268d5257a0f89b2f59cd20fd468c8c6ac";
|
||||
sha256 = "1pcdkknq2v7nrs0siqcvvq2x0qqz5snwdz2lpjnad8i33rwhmayh";
|
||||
};
|
||||
|
||||
goDeps = ./deps.nix;
|
||||
@@ -33,7 +33,7 @@ buildGoPackage {
|
||||
|
||||
meta = with stdenv.lib; {
|
||||
description = "Convert go.mod files to nixpkgs buildGoPackage compatible deps.nix files";
|
||||
homepage = "https://github.com/adisbladis/vgo2nix";
|
||||
homepage = "https://github.com/nix-community/vgo2nix";
|
||||
license = licenses.mit;
|
||||
maintainers = with maintainers; [ adisbladis ];
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user