bazarr: 0.9.5 -> 0.9.6

This commit is contained in:
R. RyanTM 2021-07-19 21:41:57 +00:00 committed by Jonathan Ringer
parent b18b496a63
commit ea9673e474

View file

@ -2,11 +2,11 @@
stdenv.mkDerivation rec {
pname = "bazarr";
version = "0.9.5";
version = "0.9.6";
src = fetchurl {
url = "https://github.com/morpheus65535/bazarr/archive/v${version}.tar.gz";
sha256 = "sha256-N0HoZgAtWPgYPU9OWpMEXO2qUoNIGCsFn9vll0hLal0=";
sha256 = "sha256-aO9PIE/YlSIGEcntDCdxIYuuvV5jG266ldhC2QfT+e4=";
};
nativeBuildInputs = [ makeWrapper ];