···170170 </listitem>
171171 <listitem>
172172 <para>
173173+ <link xlink:href="https://moosefs.com">moosefs</link>, fault
174174+ tolerant petabyte distributed file system. Available as
175175+ <link linkend="opt-services.moosefs">moosefs</link>.
176176+ </para>
177177+ </listitem>
178178+ <listitem>
179179+ <para>
173180 <link xlink:href="https://github.com/ThomasLeister/prosody-filer">prosody-filer</link>,
174181 a server for handling XMPP HTTP Upload requests. Available at
175182 <link linkend="opt-services.prosody-filer.enable">services.prosody-filer</link>.
+3
nixos/doc/manual/release-notes/rl-2205.section.md
···51515252- [BaGet](https://loic-sharma.github.io/BaGet/), a lightweight NuGet and symbol server. Available at [services.baget](#opt-services.baget.enable).
53535454+- [moosefs](https://moosefs.com), fault tolerant petabyte distributed file system.
5555+ Available as [moosefs](#opt-services.moosefs).
5656+5457- [prosody-filer](https://github.com/ThomasLeister/prosody-filer), a server for handling XMPP HTTP Upload requests. Available at [services.prosody-filer](#opt-services.prosody-filer.enable).
55585659- [ethercalc](https://github.com/audreyt/ethercalc), an online collaborative
···613613 # runtime dependencies.
614614 echo "${python27}" >> $out/nix-support/depends
615615 echo "${python3}" >> $out/nix-support/depends
616616+ # The string literal specifying the path to the bazel-rc file is sometimes
617617+ # stored non-contiguously in the binary due to gcc optimisations, which leads
618618+ # Nix to miss the hash when scanning for dependencies
619619+ echo "${bazelRC}" >> $out/nix-support/depends
616620 '' + lib.optionalString stdenv.isDarwin ''
617621 echo "${cctools}" >> $out/nix-support/depends
618622 '';
···660660 postFixup = ''
661661 mkdir -p $out/nix-support
662662 echo "${defaultShellPath}" >> $out/nix-support/depends
663663+ # The string literal specifying the path to the bazel-rc file is sometimes
664664+ # stored non-contiguously in the binary due to gcc optimisations, which leads
665665+ # Nix to miss the hash when scanning for dependencies
666666+ echo "${bazelRC}" >> $out/nix-support/depends
663667 '' + lib.optionalString stdenv.isDarwin ''
664668 echo "${cctools}" >> $out/nix-support/depends
665669 '';
···2233buildGoModule rec {
44 pname = "yggdrasil";
55- version = "0.4.2";
55+ version = "0.4.3";
6677 src = fetchFromGitHub {
88 owner = "yggdrasil-network";
99 repo = "yggdrasil-go";
1010 rev = "v${version}";
1111- sha256 = "sha256-5bx9KGZD7m+FX9hWU1pu8uJ2FU+P/TetRS3kJL5jhhI=";
1111+ sha256 = "sha256-dI+KJblSvsBC3CrUzjaDsIZ6N2QEXRTXRbEXolBK5ko=";
1212 };
13131414- vendorSha256 = "sha256-QQN8ePOQ7DT9KeuY4ohFuPtocuinh3Y3us6QMnCQ4gc=";
1414+ vendorSha256 = "sha256-yhPArisADhP5Uop4zZVbqED76uWeBZJlV6IkKbL4EFI=";
15151616 # Change the default location of the management socket on Linux
1717 # systems so that the yggdrasil system service unit does not have to