about summary refs log tree commit diff
path: root/third_party
diff options
context:
space:
mode:
authorVincent Ambo <mail@tazj.in>2024-01-09T23·22+0300
committertazjin <tazjin@tvl.su>2024-02-09T09·06+0000
commit40d09084592b58ef434fe56a4d588ec98e177d8d (patch)
treec5bd34f2286f21424b1adcc25e5566c302f854ec /third_party
parent8446cd1c8b5747738264dea9acd2be76e2db054e (diff)
chore(3p/geesefs): bump to version 0.40.0 r/7489
Change-Id: I160604f20bf6be7673693d4c65cf8edd2171a148
Reviewed-on: https://cl.tvl.fyi/c/depot/+/10590
Tested-by: BuildkiteCI
Reviewed-by: tazjin <tazjin@tvl.su>
Diffstat (limited to 'third_party')
-rw-r--r--third_party/geesefs/default.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/third_party/geesefs/default.nix b/third_party/geesefs/default.nix
index 7e140cfb81..d08cd4230d 100644
--- a/third_party/geesefs/default.nix
+++ b/third_party/geesefs/default.nix
@@ -5,18 +5,18 @@
 
 pkgs.buildGoModule rec {
   pname = "geesefs";
-  version = "0.38.3";
+  version = "0.40.0";
 
   src = pkgs.fetchFromGitHub {
     owner = "yandex-cloud";
     repo = "geesefs";
     rev = "v${version}";
-    sha256 = "0kf0368hnards619azz8xw7cp7fm806v0aszmgq24qs9ax45dv6m";
+    sha256 = "0ibvzp83rwzpd4fx4wmk46j570jw8c3hbd9yw55dqwjzk6ay0aq2";
   };
 
   subPackages = [ "." ];
   buildInputs = [ pkgs.fuse ];
-  vendorSha256 = "sha256-5QPx6mNJLbhqTF6EF/ZK8CVOnLcM0wpbCwDyd9mWhAM=";
+  vendorSha256 = "11i7cmnlxi00d0csgpv8drfcw0aqshwc4hfs0jw7zwafdhnlyy0j";
 
   meta = with pkgs.lib; {
     license = licenses.asl20;