Merge pull request #104943 from r-ryantm/auto-update/bazarr

bazarr: 0.9.0.6 -> 0.9.0.7
This commit is contained in:
Mario Rodas 2020-11-25 19:40:06 -05:00 committed by GitHub
commit 96aff01d12
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2,11 +2,11 @@
stdenv.mkDerivation rec {
pname = "bazarr";
version = "0.9.0.6";
version = "0.9.0.7";
src = fetchurl {
url = "https://github.com/morpheus65535/bazarr/archive/v${version}.tar.gz";
sha256 = "1mgvsi8y3camj215vnbw20f1z6jvpbyrj1hrcj4szxfcjkxdg2hv";
sha256 = "1nskhdb1pcgwp39ld8zrnngzsq6g1pn59nb211qhf6rsj0nyahic";
};
nativeBuildInputs = [ makeWrapper ];