autobrr: 1.69.0 -> 1.71.0 (#467743)

This commit is contained in:
Gergő Gutyina
2025-12-23 20:03:20 +00:00
committed by GitHub
+3 -3
View File
@@ -15,12 +15,12 @@
let
pname = "autobrr";
version = "1.69.0";
version = "1.71.0";
src = fetchFromGitHub {
owner = "autobrr";
repo = "autobrr";
tag = "v${version}";
hash = "sha256-16C160Wg7pm3BoJyyC5tuHdp4H1BDO7GfnA5u0HJ8YM=";
hash = "sha256-JAWnH0S7gDBwmQXpogiTCIWWfQkrI5wOjWkV6+ANcnc=";
};
autobrr-web = stdenvNoCC.mkDerivation {
@@ -65,7 +65,7 @@ buildGoModule rec {
src
;
vendorHash = "sha256-7gmF3yQFRqN7Oro/f+jhmxCUU9CltobY6EAoskCZISQ=";
vendorHash = "sha256-avgMRD5WSjXVVJ8r0Rq0IhfwPvxc/Sq9JxzX0rQimWI=";
preBuild = ''
cp -r ${autobrr-web}/* web/dist