autobrr: 1.59.0 -> 1.60.0 (#392161)

Co-authored-by: av-gal <agalvin@comqi.com>
This commit is contained in:
nixpkgs-merge-bot[bot] 2025-04-05 03:57:49 +00:00 committed by GitHub
commit 29e427b5c7
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -13,12 +13,12 @@
let
pname = "autobrr";
version = "1.59.0";
version = "1.60.0";
src = fetchFromGitHub {
owner = "autobrr";
repo = "autobrr";
tag = "v${version}";
hash = "sha256-etVhOgE8H8bWuraBepwDSZZzo9Xl819w2sT+UwpUVjM=";
hash = "sha256-HaNaVxOtlzquKvWmUzUELtv0ZQZ+C/G5ni9/QbOlAh4=";
};
autobrr-web = stdenvNoCC.mkDerivation {