···1-{ buildGoPackage, lib, fetchFromGitHub }:
2-3-buildGoPackage rec {
4- pname = "utahfs";
5- version = "1.0";
6- src = fetchFromGitHub {
7- owner = "cloudflare";
8- repo = pname;
9- rev = "v${version}";
10- sha256 = "1hpwch5fsqlxwpk5afawa1k5s0bx5c1cw0hvdllp7257lgly19fb";
11- };
12-13- goPackagePath = "github.com/cloudflare/utahfs";
14-15- meta = with lib; {
16- homepage = "https://github.com/cloudflare/utahfs";
17- description =
18- "Encrypted storage system that provides a user-friendly FUSE drive backed by cloud storage";
19- license = licenses.bsd3;
20- maintainers = [ maintainers.snglth ];
21- platforms = platforms.unix;
22- # does not build with go 1.17: https://github.com/cloudflare/utahfs/issues/46
23- broken = true;
24- };
25-}
···0000000000000000000000000
+1
pkgs/top-level/aliases.nix
···1847 urxvt_vtwheel = rxvt-unicode-plugins.vtwheel; # Added 2020-02-02
1848 usb_modeswitch = throw "'usb_modeswitch' has been renamed to/replaced by 'usb-modeswitch'"; # Converted to throw 2022-02-22
1849 usbguard-nox = throw "'usbguard-nox' has been renamed to/replaced by 'usbguard'"; # Converted to throw 2023-09-10
01850 util-linuxCurses = util-linux; # Added 2022-04-12
1851 utillinux = util-linux; # Added 2020-11-24
1852
···1847 urxvt_vtwheel = rxvt-unicode-plugins.vtwheel; # Added 2020-02-02
1848 usb_modeswitch = throw "'usb_modeswitch' has been renamed to/replaced by 'usb-modeswitch'"; # Converted to throw 2022-02-22
1849 usbguard-nox = throw "'usbguard-nox' has been renamed to/replaced by 'usbguard'"; # Converted to throw 2023-09-10
1850+ utahfs = throw "utahfs has been removed, as it is broken and lack of maintenance from upstream"; # Added 2023-09-29
1851 util-linuxCurses = util-linux; # Added 2022-04-12
1852 utillinux = util-linux; # Added 2020-11-24
1853