chore(3p/geesefs): bump to version 0.40.0
Change-Id: I160604f20bf6be7673693d4c65cf8edd2171a148 Reviewed-on: https://cl.tvl.fyi/c/depot/+/10590 Tested-by: BuildkiteCI Reviewed-by: tazjin <tazjin@tvl.su>
This commit is contained in:
parent
8446cd1c8b
commit
40d0908459
1 changed files with 3 additions and 3 deletions
6
third_party/geesefs/default.nix
vendored
6
third_party/geesefs/default.nix
vendored
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue