Merge pull request #67783 from jollheef/out-of-tree-v1.1.0

out-of-tree: 1.0.1 -> 1.1.1
This commit is contained in:
Marek Mahut 2019-08-31 22:29:08 +02:00 committed by GitHub
commit 24f182bc42
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2,7 +2,7 @@
buildGoPackage rec { buildGoPackage rec {
pname = "out-of-tree"; pname = "out-of-tree";
version = "1.0.1"; version = "1.1.1";
buildInputs = [ makeWrapper ]; buildInputs = [ makeWrapper ];
@ -11,7 +11,7 @@ buildGoPackage rec {
src = fetchgit { src = fetchgit {
rev = "refs/tags/v${version}"; rev = "refs/tags/v${version}";
url = "https://code.dumpstack.io/tools/${pname}.git"; url = "https://code.dumpstack.io/tools/${pname}.git";
sha256 = "0p0ps73w6lmsdyf7irqgbhfxjg5smgbn081d06pnr1zmxvw8dryx"; sha256 = "048jda3vng11mg62fd3d8vs9yjsp569zlfylnkqv8sb6wd1qn66d";
}; };
goDeps = ./deps.nix; goDeps = ./deps.nix;