···11-{ buildGoPackage, lib, fetchFromGitHub }:
22-33-buildGoPackage rec {
44- pname = "utahfs";
55- version = "1.0";
66- src = fetchFromGitHub {
77- owner = "cloudflare";
88- repo = pname;
99- rev = "v${version}";
1010- sha256 = "1hpwch5fsqlxwpk5afawa1k5s0bx5c1cw0hvdllp7257lgly19fb";
1111- };
1212-1313- goPackagePath = "github.com/cloudflare/utahfs";
1414-1515- meta = with lib; {
1616- homepage = "https://github.com/cloudflare/utahfs";
1717- description =
1818- "Encrypted storage system that provides a user-friendly FUSE drive backed by cloud storage";
1919- license = licenses.bsd3;
2020- maintainers = [ maintainers.snglth ];
2121- platforms = platforms.unix;
2222- # does not build with go 1.17: https://github.com/cloudflare/utahfs/issues/46
2323- broken = true;
2424- };
2525-}
+1
pkgs/top-level/aliases.nix
···18471847 urxvt_vtwheel = rxvt-unicode-plugins.vtwheel; # Added 2020-02-02
18481848 usb_modeswitch = throw "'usb_modeswitch' has been renamed to/replaced by 'usb-modeswitch'"; # Converted to throw 2022-02-22
18491849 usbguard-nox = throw "'usbguard-nox' has been renamed to/replaced by 'usbguard'"; # Converted to throw 2023-09-10
18501850+ utahfs = throw "utahfs has been removed, as it is broken and lack of maintenance from upstream"; # Added 2023-09-29
18501851 util-linuxCurses = util-linux; # Added 2022-04-12
18511852 utillinux = util-linux; # Added 2020-11-24
18521853