Skip to content

Commit

Permalink
out-of-tree: 1.2.1 -> 1.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jollheef committed May 30, 2020
1 parent 35142ce commit 3f99cc7
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 127 deletions.
12 changes: 5 additions & 7 deletions pkgs/development/tools/out-of-tree/default.nix
Original file line number Diff line number Diff line change
@@ -1,20 +1,18 @@
{ stdenv, buildGoPackage, fetchgit, qemu, docker, which, makeWrapper }:
{ stdenv, buildGoModule, fetchgit, qemu, docker, which, makeWrapper }:

buildGoPackage rec {
buildGoModule rec {
pname = "out-of-tree";
version = "1.2.1";
version = "1.3.0";

buildInputs = [ makeWrapper ];

goPackagePath = "code.dumpstack.io/tools/${pname}";

src = fetchgit {
rev = "refs/tags/v${version}";
url = "https://code.dumpstack.io/tools/${pname}.git";
sha256 = "0wh4yh865wgl3hs203ncdjh1gaxznmhxdg56mciibng0dghgyw7n";
sha256 = "02xh23nbwyyf087jqkm97jbnwpja1myaz190q5r166mpwcdpz2dn";
};

goDeps = ./deps.nix;
vendorSha256 = "1dk0cipdgj2yyg1bc9l7nvy4y373pmqwy8xiyc0wg7pchb4h9p7s";

postFixup = ''
wrapProgram $out/bin/out-of-tree \
Expand Down
120 changes: 0 additions & 120 deletions pkgs/development/tools/out-of-tree/deps.nix

This file was deleted.

0 comments on commit 3f99cc7

Please sign in to comment.