Skip to content

Commit 0c01e11

Browse files
committed
bazarr: 0.9.0.5 -> 0.9.0.6
1 parent 280e273 commit 0c01e11

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

pkgs/servers/bazarr/default.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,11 @@
22

33
stdenv.mkDerivation rec {
44
pname = "bazarr";
5-
version = "0.9.0.5";
5+
version = "0.9.0.6";
66

77
src = fetchurl {
88
url = "https://github.com/morpheus65535/bazarr/archive/v${version}.tar.gz";
9-
sha256 = "1mm8qghkif48jr7fq28kp7zk5x71zm43isf0a96crpi9qi91sdd5";
9+
sha256 = "1mgvsi8y3camj215vnbw20f1z6jvpbyrj1hrcj4szxfcjkxdg2hv";
1010
};
1111

1212
nativeBuildInputs = [ makeWrapper ];

0 commit comments

Comments
 (0)