lidarr: 0.2.0.371 -> 0.3.0.430

This commit is contained in:
nyanloutre 2018-06-05 21:17:51 +02:00
parent a03cdd0011
commit 3546351b7c
1 changed files with 2 additions and 2 deletions

View File

@ -2,11 +2,11 @@
stdenv.mkDerivation rec {
name = "lidarr-${version}";
version = "0.2.0.371";
version = "0.3.0.430";
src = fetchurl {
url = "https://github.com/lidarr/Lidarr/releases/download/v${version}/Lidarr.develop.${version}.linux.tar.gz";
sha256 = "0lpyp9pj1cwlls4qkr5933k4ymhigp1f621clwrnxrr6hc2yhg90";
sha256 = "1syj5j2qn33k1q76lbifnvbp3q6qix7lzpxpnhvikiw91h8116zd";
};
buildInputs = [ makeWrapper ];