subsonic: 6.0 -> 6.1.3

Semi-automatic update. These checks were performed:

- built on NixOS
- found 6.1.3 with grep in /nix/store/vg2w75wy8kk8qky8lca2ammzixzrzyzv-subsonic-6.1.3
- found 6.1.3 in filename of file in /nix/store/vg2w75wy8kk8qky8lca2ammzixzrzyzv-subsonic-6.1.3

cc "@telotortium"
This commit is contained in:
Ryan Mulligan 2018-02-27 16:53:05 -08:00 committed by Franz Pletz
parent 19043db222
commit 2bf5c6f81c

View file

@ -1,6 +1,6 @@
{ stdenv, fetchurl, jre }:
let version = "6.0"; in
let version = "6.1.3"; in
stdenv.mkDerivation rec {
name = "subsonic-${version}";
@ -8,7 +8,7 @@ stdenv.mkDerivation rec {
src = fetchurl {
url = "mirror://sourceforge/subsonic/subsonic-${version}-standalone.tar.gz";
sha256 = "0aw7lz7bkhqvjj3lkk68n2aqr5l84s91cgifg2379w2j7dgd056z";
sha256 = "1v21gfymaqcx6n6d88hvha60q9hgj5z1wsac5gcwq7cjah1893jx";
};
inherit jre;