about summary refs log tree commit diff
path: root/pkgs/development/tools/out-of-tree
diff options
context:
space:
mode:
authorMikhail Klementev <blame@dumpstack.io>2019-08-30 18:00:43 +0000
committerMikhail Klementev <blame@dumpstack.io>2019-08-31 08:16:45 +0000
commitc2cd35c4cb30415f5f075c7a4d13c92d8198ed55 (patch)
treea3d0e1a53a5e6a54497d8b05ab2398e1c56a8b73 /pkgs/development/tools/out-of-tree
parenteedf3dc6e28ddc6b8315ea8a4b5dd0d46b09f3a7 (diff)
downloadnixlib-c2cd35c4cb30415f5f075c7a4d13c92d8198ed55.tar
nixlib-c2cd35c4cb30415f5f075c7a4d13c92d8198ed55.tar.gz
nixlib-c2cd35c4cb30415f5f075c7a4d13c92d8198ed55.tar.bz2
nixlib-c2cd35c4cb30415f5f075c7a4d13c92d8198ed55.tar.lz
nixlib-c2cd35c4cb30415f5f075c7a4d13c92d8198ed55.tar.xz
nixlib-c2cd35c4cb30415f5f075c7a4d13c92d8198ed55.tar.zst
nixlib-c2cd35c4cb30415f5f075c7a4d13c92d8198ed55.zip
out-of-tree: 1.0.1 -> 1.1.1
Diffstat (limited to 'pkgs/development/tools/out-of-tree')
-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 7064cb8285ee..0e4810f0ba41 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;