Skip to content

Commit

Permalink
gobetween: 0.7.0 -> 0.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
zowoq committed Jul 26, 2020
1 parent ba979da commit 59484f4
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 28 deletions.
13 changes: 6 additions & 7 deletions pkgs/servers/gobetween/default.nix
Original file line number Diff line number Diff line change
@@ -1,16 +1,15 @@
{ rsync, buildGoModule, fetchFromGitHub, lib, runCommand, enableStatic ? false }:
{ buildGoModule, fetchFromGitHub, lib, enableStatic ? false }:

buildGoModule rec {
pname = "gobetween";
version = "0.7.0";
version = "0.8.0";

src = fetchFromGitHub {
owner = "yyyar";
repo = "gobetween";
rev = version;
sha256 = "f01593509ccece063acd47002c4fc52261fbbbcdbf14b088d813b7d8e38fcca8";
sha256 = "0bxf89l53sqan9qq23rwawjkcanv9p61sw56zjqhyx78f0bh0zbc";
};
patches = [ ./gomod.patch ];

deleteVendor = true;

Expand All @@ -21,8 +20,8 @@ buildGoModule rec {
lxd = fetchFromGitHub {
owner = "lxc";
repo = "lxd";
rev = "41efd98813f3b42f1752ff6c2c7569a054924623";
sha256 = "02vnvjjkzl7b0i2cn03f1lb3jgj5rd3wdkii4pqi9bvmhzszg0l2";
rev = "814c96fcec7478c9cac9582fead011b2dee0af5b";
sha256 = "03k2mwkfzgqmgzgxw46mymgkidbjlfv70pzw8hlyi18ag8jj4g5j";
};

overrideModAttrs = (_: {
Expand All @@ -32,7 +31,7 @@ buildGoModule rec {
'';
});

vendorSha256 = "1pd0zrjwpw6yv2s86a818yy2ma2fkazd3sb2h6zfp9mvyixgxgri";
vendorSha256 = "1nnz75mv27iwl5z7wa986gs8mhyn10452vini5x90yfx523bg589";

installPhase = ''
mkdir -p $out/bin
Expand Down
21 changes: 0 additions & 21 deletions pkgs/servers/gobetween/gomod.patch

This file was deleted.

0 comments on commit 59484f4

Please sign in to comment.