out-of-tree: 1.0.1 -> 1.1.1

This commit is contained in:
Mikhail Klementev 2019-08-30 18:00:43 +00:00
parent eedf3dc6e2
commit c2cd35c4cb
No known key found for this signature in database
GPG key ID: BE44DA8C062D87DC

View file

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