summary refs log tree commit diff
path: root/pkgs/tools
diff options
context:
space:
mode:
authorPeter Hoeg <peter@hoeg.com>2018-07-04 10:48:39 +0800
committerGitHub <noreply@github.com>2018-07-04 10:48:39 +0800
commite6b503ac2163b4aa0fd2575eb1457f5c98c35829 (patch)
tree33dcb025e7371736b78bb539d64d583a2091e6d9 /pkgs/tools
parenta12ddd3e2cce4dbed8f13b358a9c07209a5457cb (diff)
parentcaa7c8afbb93e6244be60fd6b342447957dc977d (diff)
downloadnixlib-e6b503ac2163b4aa0fd2575eb1457f5c98c35829.tar
nixlib-e6b503ac2163b4aa0fd2575eb1457f5c98c35829.tar.gz
nixlib-e6b503ac2163b4aa0fd2575eb1457f5c98c35829.tar.bz2
nixlib-e6b503ac2163b4aa0fd2575eb1457f5c98c35829.tar.lz
nixlib-e6b503ac2163b4aa0fd2575eb1457f5c98c35829.tar.xz
nixlib-e6b503ac2163b4aa0fd2575eb1457f5c98c35829.tar.zst
nixlib-e6b503ac2163b4aa0fd2575eb1457f5c98c35829.zip
Merge pull request #42732 from jonafato/kbfs-2.1.1
kbfs: 1.0.44 -> 2.1.1
Diffstat (limited to 'pkgs/tools')
-rw-r--r--pkgs/tools/security/kbfs/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/tools/security/kbfs/default.nix b/pkgs/tools/security/kbfs/default.nix
index 9e1f664f5d84..f019aa460aea 100644
--- a/pkgs/tools/security/kbfs/default.nix
+++ b/pkgs/tools/security/kbfs/default.nix
@@ -2,7 +2,7 @@
 
 buildGoPackage rec {
   name = "kbfs-${version}";
-  version = "1.0.44";
+  version = "2.1.1";
 
   goPackagePath = "github.com/keybase/kbfs";
   subPackages = [ "kbfsfuse" "kbfsgit/git-remote-keybase" ];
@@ -13,7 +13,7 @@ buildGoPackage rec {
     owner = "keybase";
     repo = "kbfs";
     rev = "v${version}";
-    sha256 = "1vjgzif8ki9xrlcghpzkvqwfwvaq63llf52s03m3d2vkyigmgp78";
+    sha256 = "1s1bgi9hcilz2is8w2kkvzi928i7w6m5j2x8avkb8zl9s3mrqz3q";
   };
 
   buildFlags = [ "-tags production" ];