diff options
author | Vincent Ambo <tazjin@tvl.su> | 2024-02-26T11·26+0300 |
---|---|---|
committer | clbot <clbot@tvl.fyi> | 2024-02-26T11·52+0000 |
commit | 0df5049e981d3ed534f6aee8c125bd204516483b (patch) | |
tree | 88409b7e6dc54213c2c130d89017a7eccaa23517 /third_party | |
parent | 2dbeaa80c3b79fffaa199a77a15653357f322de0 (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.nix | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/third_party/geesefs/default.nix b/third_party/geesefs/default.nix index d08cd4230d6c..98448bb737c6 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; |