Skip to content

Commit

Permalink
bazarr: 1.4.4 -> 1.4.5
Browse files Browse the repository at this point in the history
  • Loading branch information
r-ryantm committed Oct 3, 2024
1 parent 14f8e6c commit 9178c4f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/servers/bazarr/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,13 @@ let
in
stdenv.mkDerivation rec {
pname = "bazarr";
version = "1.4.4";
version = "1.4.5";

sourceRoot = ".";

src = fetchurl {
url = "https://github.com/morpheus65535/bazarr/releases/download/v${version}/bazarr.zip";
sha256 = "sha256-YVg9pHk7KB4FjtmsFV4INSIKdLFiHHN8FHxeVDz2SlU=";
sha256 = "sha256-Ypx9M4iF1ApSIAIArOUV6jpvH0vgUcSeb7OUXZGb7ak=";
};

nativeBuildInputs = [ unzip makeWrapper ];
Expand Down

0 comments on commit 9178c4f

Please sign in to comment.