···1111, zlib
1212}: stdenv.mkDerivation rec {
1313 pname = "roon-server";
1414- version = "1.8-795";
1414+ version = "1.8-806";
15151616 # N.B. The URL is unstable. I've asked for them to provide a stable URL but
1717 # they have ignored me. If this package fails to build for you, you may need
1818 # to update the version and sha256.
1919 # c.f. https://community.roonlabs.com/t/latest-roon-server-is-not-available-for-download-on-nixos/118129
2020 src = fetchurl {
2121- url = "https://web.archive.org/web/20210610060249/http://download.roonlabs.com/builds/RoonServer_linuxx64.tar.bz2";
2222- sha256 = "sha256-gC+UquDMyDpgCEYKPp2RRIkHD/4itJssl0hcSEQO5Rc=";
2121+ url = "https://web.archive.org/web/20210707070319/http://download.roonlabs.com/builds/RoonServer_linuxx64.tar.bz2";
2222+ sha256 = "sha256-TRgsHR71wNz2MoH+RZrIaWEzQSAbo+q8ICKfmmCFy5Y=";
2323 };
24242525 buildInputs = [
···134134135135 fish = stdenv.mkDerivation rec {
136136 pname = "fish";
137137- version = "3.3.0";
137137+ version = "3.3.1";
138138139139 src = fetchurl {
140140 # There are differences between the release tarball and the tarball GitHub
···144144 # --version`), as well as the local documentation for all builtins (and
145145 # maybe other things).
146146 url = "https://github.com/fish-shell/fish-shell/releases/download/${version}/${pname}-${version}.tar.xz";
147147- sha256 = "sha256-pCFeTKsqWxAbC4hDcgvaPH65jooU3KCVC47xfpQoL6o=";
147147+ sha256 = "sha256-tbTuGlJpdiy76ZOkvWUH5nXkEAzpu+hCFKXusrGfrok=";
148148 };
149149150150 # Fix FHS paths in tests