Merge pull request #62471 from r-ryantm/auto-update/lidarr

lidarr: 0.6.1.830 -> 0.6.2.883
This commit is contained in:
Elis Hirwing 2019-06-02 08:39:11 +02:00 committed by GitHub
commit 192d97aa5e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -2,11 +2,11 @@
stdenv.mkDerivation rec {
name = "lidarr-${version}";
version = "0.6.1.830";
version = "0.6.2.883";
src = fetchurl {
url = "https://github.com/lidarr/Lidarr/releases/download/v${version}/Lidarr.develop.${version}.linux.tar.gz";
sha256 = "1pchz3dq8nfx7kp3dalkpi5rpwzkhn3d0a1djdja6yz5xgaiprqb";
sha256 = "0096j2vph739h288vnz481nrwaq540faplir394xqfz7ik0krg4v";
};
buildInputs = [