Skip to content

Commit

Permalink
bazarr: 1.4.5 -> 1.5.0 (NixOS#368033)
Browse files Browse the repository at this point in the history
  • Loading branch information
wegank authored Dec 31, 2024
2 parents 7a581bf + 89e79d5 commit 3d34aed
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/by-name/ba/bazarr/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,11 @@ let
in
stdenv.mkDerivation rec {
pname = "bazarr";
version = "1.4.5";
version = "1.5.0";

src = fetchzip {
url = "https://github.com/morpheus65535/bazarr/releases/download/v${version}/bazarr.zip";
hash = "sha256-BV+ON+SavPc0ZUlIk6tlsvmWub8TiYSSJSRutZb1q+g=";
hash = "sha256-Q/KlqvVWhegSxkxHls0WwCClaQwkmLAfuzfi3X4xgAY=";
stripRoot = false;
};

Expand Down

0 comments on commit 3d34aed

Please sign in to comment.