about summary refs log tree commit diff
path: root/pkgs
diff options
context:
space:
mode:
authorMarek Mahut <marek.mahut@gmail.com>2019-08-31 22:29:08 +0200
committerGitHub <noreply@github.com>2019-08-31 22:29:08 +0200
commit24f182bc4249482db3ee7801f5c5e7f2ba650a5d (patch)
tree73710c9412246c87ad745fca6af276a07cd22163 /pkgs
parentb7461c8828e5b2613ece1440b36796149ce5b7aa (diff)
parentc2cd35c4cb30415f5f075c7a4d13c92d8198ed55 (diff)
Merge pull request #67783 from jollheef/out-of-tree-v1.1.0
out-of-tree: 1.0.1 -> 1.1.1
Diffstat (limited to 'pkgs')
-rw-r--r--pkgs/development/tools/out-of-tree/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/tools/out-of-tree/default.nix b/pkgs/development/tools/out-of-tree/default.nix
index 7064cb8285eeb..0e4810f0ba413 100644
--- a/pkgs/development/tools/out-of-tree/default.nix
+++ b/pkgs/development/tools/out-of-tree/default.nix
@@ -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;