autobrr: 1.63.1 -> 1.64.0

This commit is contained in:
R. Ryantm 2025-07-25 02:13:51 +00:00
parent 26fe5299e6
commit 62da9933f2

View File

@ -13,12 +13,12 @@
let
pname = "autobrr";
version = "1.63.1";
version = "1.64.0";
src = fetchFromGitHub {
owner = "autobrr";
repo = "autobrr";
tag = "v${version}";
hash = "sha256-yQ7gS2nKqMiEGDifiCe/Mfat3xx+LYrJiPC7ltVeQlU=";
hash = "sha256-1P6YvwmVDbtSAK5yEpHJM6XjROGtPHj1gC2vremb8PM=";
};
autobrr-web = stdenvNoCC.mkDerivation {
@ -41,7 +41,7 @@ let
sourceRoot
;
fetcherVersion = 1;
hash = "sha256-TbdRJqLdNI7wchUsx2Kw1LlDyv50XlCiKyn6rhZyN1U=";
hash = "sha256-KiM/G9W1C+VnMx1uaQFE2dOPHJYU53B8i+7BqUTzo0w=";
};
postBuild = ''
@ -61,7 +61,7 @@ buildGoModule rec {
src
;
vendorHash = "sha256-kaHTH3gR0bTD89L8GLgntiOJ8S5dIzvpU27ma4cb/Do=";
vendorHash = "sha256-JX4VkvFgNeq2QhgxgYloPF5XOQUQxM/cKAWp1L+kT/c=";
preBuild = ''
cp -r ${autobrr-web}/* web/dist