about summary refs log tree commit diff
path: root/third_party
diff options
context:
space:
mode:
authorVincent Ambo <tazjin@tvl.su>2024-02-26T11·26+0300
committerclbot <clbot@tvl.fyi>2024-02-26T11·52+0000
commit0df5049e981d3ed534f6aee8c125bd204516483b (patch)
tree88409b7e6dc54213c2c130d89017a7eccaa23517 /third_party
parent2dbeaa80c3b79fffaa199a77a15653357f322de0 (diff)
chore(3p/geesefs): bump to v0.40.1 r/7608
Change-Id: I0f8c7dabc7f30cab5163d3b4a411e10f82859b7a
Reviewed-on: https://cl.tvl.fyi/c/depot/+/11027
Reviewed-by: sterni <sternenseemann@systemli.org>
Autosubmit: tazjin <tazjin@tvl.su>
Tested-by: BuildkiteCI
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 d08cd4230d..98448bb737 100644
--- a/third_party/geesefs/default.nix
+++ b/third_party/geesefs/default.nix
@@ -5,18 +5,18 @@
 
 pkgs.buildGoModule rec {
   pname = "geesefs";
-  version = "0.40.0";
+  version = "0.40.1";
 
   src = pkgs.fetchFromGitHub {
     owner = "yandex-cloud";
     repo = "geesefs";
     rev = "v${version}";
-    sha256 = "0ibvzp83rwzpd4fx4wmk46j570jw8c3hbd9yw55dqwjzk6ay0aq2";
+    hash = "sha256:0ig8h17z8n5j8qb7k2jyh40vv77zazhnz8bxdam9xihxksj8mizp";
   };
 
   subPackages = [ "." ];
   buildInputs = [ pkgs.fuse ];
-  vendorSha256 = "11i7cmnlxi00d0csgpv8drfcw0aqshwc4hfs0jw7zwafdhnlyy0j";
+  vendorHash = "sha256:11i7cmnlxi00d0csgpv8drfcw0aqshwc4hfs0jw7zwafdhnlyy0j";
 
   meta = with pkgs.lib; {
     license = licenses.asl20;