We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents a9e9363 + 32d4da5 commit 29e427bCopy full SHA for 29e427b
pkgs/by-name/au/autobrr/package.nix
@@ -13,12 +13,12 @@
13
14
let
15
pname = "autobrr";
16
- version = "1.59.0";
+ version = "1.60.0";
17
src = fetchFromGitHub {
18
owner = "autobrr";
19
repo = "autobrr";
20
tag = "v${version}";
21
- hash = "sha256-etVhOgE8H8bWuraBepwDSZZzo9Xl819w2sT+UwpUVjM=";
+ hash = "sha256-HaNaVxOtlzquKvWmUzUELtv0ZQZ+C/G5ni9/QbOlAh4=";
22
};
23
24
autobrr-web = stdenvNoCC.mkDerivation {
0 commit comments