Skip to content

Commit

Permalink
prowlarr: 1.22.0.4670 -> 1.23.1.4708 (NixOS#340012)
Browse files Browse the repository at this point in the history
  • Loading branch information
NickCao authored Sep 6, 2024
2 parents a168b8d + 27e9e68 commit c8df5a4
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions pkgs/servers/prowlarr/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -21,15 +21,15 @@ let
}.${stdenv.hostPlatform.system} or unsupported;

hash = {
aarch64-darwin = "sha256-AIec1ac3BKDI3Qw6v93yCrIfgF9vU4p5EhOABdCjWyE=";
aarch64-linux = "sha256-1Ew2XHkjllK3gl0JjsnxdpecpX8ehxrHE8txAvQBVx4=";
x86_64-darwin = "sha256-5qk/dioGpgUi9Ck+/X++s/dxxBoezEGwu6iD8e+cXYk=";
x86_64-linux = "sha256-KjulbI36KQr5qpHrwPevG+DI16/sTsbU1/Wprfp05J4=";
aarch64-darwin = "sha256-ZvkuScsFGlt6Cd6wTtikygCSYAzOuHmJLJa9Bos8VvM=";
aarch64-linux = "sha256-Ojf2PjoN+Vcxc0N0durgQOM9aumyggOtYr2rc7+IaZI=";
x86_64-darwin = "sha256-Uv4wunz/flGFzxeneW9NRmKLF831HR0Kjfkz6lnmhfA=";
x86_64-linux = "sha256-7LdJvJYArfpYMKdAt98jxW08p8a+o5OTjoTRRX74ds8=";
}.${stdenv.hostPlatform.system} or unsupported;

in stdenv.mkDerivation rec {
inherit pname;
version = "1.22.0.4670";
version = "1.23.1.4708";

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

0 comments on commit c8df5a4

Please sign in to comment.