about summary refs log tree commit diff
path: root/third_party/geesefs/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'third_party/geesefs/default.nix')
-rw-r--r--third_party/geesefs/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/third_party/geesefs/default.nix b/third_party/geesefs/default.nix
index 8c964e5891..7e140cfb81 100644
--- a/third_party/geesefs/default.nix
+++ b/third_party/geesefs/default.nix
@@ -16,7 +16,7 @@ pkgs.buildGoModule rec {
 
   subPackages = [ "." ];
   buildInputs = [ pkgs.fuse ];
-  vendorSha256 = "00w4jvcpgwh01ddhmlqcnyf4w9gh9bv1g12y9imbhba9cgmg20z5";
+  vendorSha256 = "sha256-5QPx6mNJLbhqTF6EF/ZK8CVOnLcM0wpbCwDyd9mWhAM=";
 
   meta = with pkgs.lib; {
     license = licenses.asl20;