diff options
Diffstat (limited to 'third_party')
-rw-r--r-- | third_party/geesefs/default.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/third_party/geesefs/default.nix b/third_party/geesefs/default.nix index 8c964e58910c..7e140cfb8182 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; |