1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 37
37
38
38
hash =
39
39
{
40
- aarch64-darwin = "sha256-N5BDsx9iunG5qUau6gJvdSFscPkNe5/35zMMfsvM+eE =" ;
41
- aarch64-linux = "sha256-cqSakzwokb4ym8852MYsoyAV3vS9eSyU4/xhHPtsD4o =" ;
42
- x86_64-darwin = "sha256-2x4k5c1HdNFzDmoEsrrQ3+s41+3wukSMJPHZJJKd/eE =" ;
43
- x86_64-linux = "sha256-OqZo+kFMTSklwPlj2hr7sAOXCh0HvqbeXWzfmScWXKU =" ;
40
+ aarch64-darwin = "sha256-F6q0JFiwESTenh9xAjqoqqQh911d8DMEWYm3CrYHoxI =" ;
41
+ aarch64-linux = "sha256-izh5er3uLUKFMjUCiZYBqtS9sosicSCo+qvavcnX/6s =" ;
42
+ x86_64-darwin = "sha256-BLklmXj8UbN8jjEXnHe1xsr2fF5H1enwztbKDU3IpPU =" ;
43
+ x86_64-linux = "sha256-aiH4bv47cnBzUtFwfJfmrY+2LaqgZkRXT2Jx8FkSX7M =" ;
44
44
}
45
45
. ${ stdenv . hostPlatform . system } or unsupported ;
46
46
in
47
47
stdenv . mkDerivation rec {
48
48
inherit pname ;
49
- version = "1.29 .2.4915 " ;
49
+ version = "1.30 .2.4939 " ;
50
50
51
51
src = fetchurl {
52
52
url = "https://github.com/Prowlarr/Prowlarr/releases/download/v${ version } /Prowlarr.master.${ version } .${ os } -core-${ arch } .tar.gz" ;
0 commit comments