Skip to content

Commit

Permalink
Merge pull request #155580 from r-ryantm/auto-update/prowlarr
Browse files Browse the repository at this point in the history
prowlarr: 0.1.9.1313 -> 0.1.10.1375
  • Loading branch information
ajs124 authored Jan 22, 2022
2 parents 745802b + a103b9b commit fc4148a
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions pkgs/servers/prowlarr/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -16,14 +16,14 @@ let
}."${stdenv.hostPlatform.system}" or (throw "Unsupported system: ${stdenv.hostPlatform.system}");

hash = {
x64-linux_hash = "sha256-L34dvileSSJxdhNwXC5iBChUM4r6hwncTHIBjWH20XE=";
arm64-linux_hash = "sha256-cT0UcN9otaGbMXoxlxJosYFtWzA8lRvekdleUSaxN0E=";
x64-osx_hash = "sha256-7a34R7PsgEzY4u7NKNR0LaVxonhhDNqjwQxEXaJbAww=";
x64-linux_hash = "sha256-pkuq7waABHEo6gx6d3qJs4IXFu0EcrdpsQdKoMkjN3s=";
arm64-linux_hash = "sha256-+BLyb6mygCFQfe7u/MbGbJROF7XT0wdRPi08izI6u8c=";
x64-osx_hash = "sha256-f5EHxxXdXzj8x6BmTZCHQ9p8Sl8T0Rxe/K9FwTzbR4Q=";
}."${arch}-${os}_hash";

in stdenv.mkDerivation rec {
pname = "prowlarr";
version = "0.1.9.1313";
version = "0.1.10.1375";

src = fetchurl {
url = "https://github.com/Prowlarr/Prowlarr/releases/download/v${version}/Prowlarr.develop.${version}.${os}-core-${arch}.tar.gz";
Expand Down

0 comments on commit fc4148a

Please sign in to comment.