autobrr: 1.62.0 -> 1.63.1 (#417976)

Co-authored-by: av-gal <av-gal@users.noreply.github.com>
This commit is contained in:
nixpkgs-merge-bot[bot]
2025-06-19 04:43:04 +00:00
committed by GitHub
co-authored by av-gal
+4 -4
View File
@@ -13,12 +13,12 @@
let
pname = "autobrr";
version = "1.62.0";
version = "1.63.1";
src = fetchFromGitHub {
owner = "autobrr";
repo = "autobrr";
tag = "v${version}";
hash = "sha256-lygDs92WiIzHYgYqel2nseWcXgBFEQV+i5tC0NYpYUE=";
hash = "sha256-yQ7gS2nKqMiEGDifiCe/Mfat3xx+LYrJiPC7ltVeQlU=";
};
autobrr-web = stdenvNoCC.mkDerivation {
@@ -40,7 +40,7 @@ let
src
sourceRoot
;
hash = "sha256-XFGxutHWk1RHnrN//WVTr4RyARIkygdG2C1Af5W0dBc=";
hash = "sha256-TbdRJqLdNI7wchUsx2Kw1LlDyv50XlCiKyn6rhZyN1U=";
};
postBuild = ''
@@ -60,7 +60,7 @@ buildGoModule rec {
src
;
vendorHash = "sha256-/MOP06po885vg1C6j+let8UC710j68oP+L3j9oEU0Lw=";
vendorHash = "sha256-kaHTH3gR0bTD89L8GLgntiOJ8S5dIzvpU27ma4cb/Do=";
preBuild = ''
cp -r ${autobrr-web}/* web/dist