···11, zlib
12}: stdenv.mkDerivation rec {
13 pname = "roon-server";
14- version = "1.8-795";
1516 # N.B. The URL is unstable. I've asked for them to provide a stable URL but
17 # they have ignored me. If this package fails to build for you, you may need
18 # to update the version and sha256.
19 # c.f. https://community.roonlabs.com/t/latest-roon-server-is-not-available-for-download-on-nixos/118129
20 src = fetchurl {
21- url = "https://web.archive.org/web/20210610060249/http://download.roonlabs.com/builds/RoonServer_linuxx64.tar.bz2";
22- sha256 = "sha256-gC+UquDMyDpgCEYKPp2RRIkHD/4itJssl0hcSEQO5Rc=";
23 };
2425 buildInputs = [
···11, zlib
12}: stdenv.mkDerivation rec {
13 pname = "roon-server";
14+ version = "1.8-806";
1516 # N.B. The URL is unstable. I've asked for them to provide a stable URL but
17 # they have ignored me. If this package fails to build for you, you may need
18 # to update the version and sha256.
19 # c.f. https://community.roonlabs.com/t/latest-roon-server-is-not-available-for-download-on-nixos/118129
20 src = fetchurl {
21+ url = "https://web.archive.org/web/20210707070319/http://download.roonlabs.com/builds/RoonServer_linuxx64.tar.bz2";
22+ sha256 = "sha256-TRgsHR71wNz2MoH+RZrIaWEzQSAbo+q8ICKfmmCFy5Y=";
23 };
2425 buildInputs = [
+5-1
pkgs/servers/sql/mariadb/default.nix
···161162 patches = common.patches;
16300000164 cmakeFlags = common.cmakeFlags ++ [
165 "-DMYSQL_DATADIR=/var/lib/mysql"
166 "-DENABLED_LOCAL_INFILE=OFF"
···202 mv "$out"/OFF/suite/plugins/pam/pam_mariadb_mtr.so "$out"/share/pam/lib/security
203 mv "$out"/OFF/suite/plugins/pam/mariadb_mtr "$out"/share/pam/etc/security
204 rm -r "$out"/OFF
205- sed -i 's/-mariadb/-mysql/' "$out"/bin/galera_new_cluster
206 '';
207208 # perlPackages.DBDmysql is broken on darwin
···134135 fish = stdenv.mkDerivation rec {
136 pname = "fish";
137- version = "3.3.0";
138139 src = fetchurl {
140 # There are differences between the release tarball and the tarball GitHub
···144 # --version`), as well as the local documentation for all builtins (and
145 # maybe other things).
146 url = "https://github.com/fish-shell/fish-shell/releases/download/${version}/${pname}-${version}.tar.xz";
147- sha256 = "sha256-pCFeTKsqWxAbC4hDcgvaPH65jooU3KCVC47xfpQoL6o=";
148 };
149150 # Fix FHS paths in tests
···134135 fish = stdenv.mkDerivation rec {
136 pname = "fish";
137+ version = "3.3.1";
138139 src = fetchurl {
140 # There are differences between the release tarball and the tarball GitHub
···144 # --version`), as well as the local documentation for all builtins (and
145 # maybe other things).
146 url = "https://github.com/fish-shell/fish-shell/releases/download/${version}/${pname}-${version}.tar.xz";
147+ sha256 = "sha256-tbTuGlJpdiy76ZOkvWUH5nXkEAzpu+hCFKXusrGfrok=";
148 };
149150 # Fix FHS paths in tests