From 9e2d1c849242a6c26902230ae292464dd27f0f69 Mon Sep 17 00:00:00 2001 From: adisbladis Date: Sat, 4 Jun 2022 22:55:07 +0800 Subject: [PATCH] goofys: unstable-2021-03-26 -> unstable-2022-04-21 --- pkgs/tools/filesystems/goofys/default.nix | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) diff --git a/pkgs/tools/filesystems/goofys/default.nix b/pkgs/tools/filesystems/goofys/default.nix index 10ea061f8608..53841f684208 100644 --- a/pkgs/tools/filesystems/goofys/default.nix +++ b/pkgs/tools/filesystems/goofys/default.nix @@ -6,17 +6,17 @@ buildGoModule { pname = "goofys"; - version = "unstable-2021-03-26"; + version = "unstable-2022-04-21"; src = fetchFromGitHub { owner = "kahing"; repo = "goofys"; # Same as v0.24.0 but migrated to Go modules - rev = "0c993271269b539196330a18716a33fbeeebd624"; - sha256 = "18is5sv2a9wmsm0qpakly988z1qyl2b2hf2105lpxrgl659sf14p"; + rev = "829d8e5ce20faa3f9f6f054077a14325e00e9249"; + sha256 = "sha256-6yVMNSwwPZlADXuPBDRlgoz4Stuz2pgv6r6+y2/C8XY="; }; - vendorSha256 = "15yq0msh9icxd5n2zkkqrlwxifizhpa99d4aznv8clg32ybs61fj"; + vendorSha256 = "sha256-2N8MshBo9+2q8K00eTW5So6d8ZNRzOfQkEKmxR428gI="; subPackages = [ "." ]; @@ -30,8 +30,7 @@ buildGoModule { description = "A high-performance, POSIX-ish Amazon S3 file system written in Go."; license = [ lib.licenses.mit ]; maintainers = [ lib.maintainers.adisbladis ]; - # does not build with go 1.17 - broken = true; + broken = stdenv.isDarwin; # needs to update gopsutil to at least v3.21.3 to include https://github.com/shirou/gopsutil/pull/1042 }; }