Unverified Commit 2fc28b91 authored by nixpkgs-merge-bot[bot]'s avatar nixpkgs-merge-bot[bot] Committed by GitHub
Browse files

autobrr: 1.62.0 -> 1.63.1 (#417976)

parents 02b47824 4491bf34
Loading
Loading
Loading
Loading
+4 −4
Original line number Diff line number Diff line
@@ -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