Skip to content

Commit 29e427b

Browse files
autobrr: 1.59.0 -> 1.60.0 (#392161)
Co-authored-by: av-gal <[email protected]>
2 parents a9e9363 + 32d4da5 commit 29e427b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pkgs/by-name/au/autobrr/package.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,12 +13,12 @@
1313

1414
let
1515
pname = "autobrr";
16-
version = "1.59.0";
16+
version = "1.60.0";
1717
src = fetchFromGitHub {
1818
owner = "autobrr";
1919
repo = "autobrr";
2020
tag = "v${version}";
21-
hash = "sha256-etVhOgE8H8bWuraBepwDSZZzo9Xl819w2sT+UwpUVjM=";
21+
hash = "sha256-HaNaVxOtlzquKvWmUzUELtv0ZQZ+C/G5ni9/QbOlAh4=";
2222
};
2323

2424
autobrr-web = stdenvNoCC.mkDerivation {

0 commit comments

Comments
 (0)