Merge pull request #74650 from r-ryantm/auto-update/subsonic

subsonic: 6.1.5 -> 6.1.6
This commit is contained in:
Ryan Mulligan 2019-12-01 07:48:50 -08:00 committed by GitHub
commit 474378411f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2,11 +2,11 @@
stdenv.mkDerivation rec {
pname = "subsonic";
version = "6.1.5";
version = "6.1.6";
src = fetchurl {
url = "mirror://sourceforge/subsonic/subsonic-${version}-standalone.tar.gz";
sha256 = "1xz3flxd5hxcvvg1izzxpv5rxwb5zprk92vsgvmcniy7j7r66936";
sha256 = "180qdk8mnc147az8v9rmc1kgf8b13mmq88l195gjdwiqpflqzdyz";
};
inherit jre;