Merge pull request #172608 from andreisergiu98/update/sonarr-3.0.8.1507
sonarr: 3.0.7.1477 -> 3.0.8.1507
This commit is contained in:
commit
43ff6cb1c0
1 changed files with 3 additions and 3 deletions
|
@ -2,11 +2,11 @@
|
|||
|
||||
stdenv.mkDerivation rec {
|
||||
pname = "sonarr";
|
||||
version = "3.0.7.1477";
|
||||
version = "3.0.8.1507";
|
||||
|
||||
src = fetchurl {
|
||||
url = "https://download.sonarr.tv/v3/main/${version}/Sonarr.main.${version}.linux.tar.gz";
|
||||
sha256 = "sha256-xB7kWWxx+ymBxyxBzwY7gZfw9kMHi2MSsrUp8GIOiws=";
|
||||
sha256 = "sha256-O2UvU1juO54gb9LVnEuIXhT0Ux2rEIq2WdmsoWVDh1w=";
|
||||
};
|
||||
|
||||
nativeBuildInputs = [ makeWrapper ];
|
||||
|
@ -25,7 +25,7 @@ stdenv.mkDerivation rec {
|
|||
'';
|
||||
|
||||
passthru = {
|
||||
updateScript = "./update.sh";
|
||||
updateScript = ./update.sh;
|
||||
tests.smoke-test = nixosTests.sonarr;
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in a new issue