Skip to content

Commit 03aafcd

Browse files
authored
makemkv: 1.17.8 -> 1.17.9 (#384221)
2 parents cac9893 + eff557b commit 03aafcd

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pkgs/applications/video/makemkv/default.nix

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,21 +18,21 @@
1818
}:
1919

2020
let
21-
version = "1.17.8";
21+
version = "1.17.9";
2222
# Using two URLs as the first one will break as soon as a new version is released
2323
src_bin = fetchurl {
2424
urls = [
2525
"http://www.makemkv.com/download/makemkv-bin-${version}.tar.gz"
2626
"http://www.makemkv.com/download/old/makemkv-bin-${version}.tar.gz"
2727
];
28-
hash = "sha256-jg9UdDDZr+7ZdseJtb7N+y7Prhyq3hLo4+EZpzRxcEE=";
28+
hash = "sha256-q87cvHBzUQRF4wO/ZA07kbGrok0Bkj1BGTi/4i0s1Hs=";
2929
};
3030
src_oss = fetchurl {
3131
urls = [
3232
"http://www.makemkv.com/download/makemkv-oss-${version}.tar.gz"
3333
"http://www.makemkv.com/download/old/makemkv-oss-${version}.tar.gz"
3434
];
35-
hash = "sha256-knUrzj/J+Xk5N1tg0q9iIXT+hqStkkjL3Yc2Yp5tvIo=";
35+
hash = "sha256-JrEV5rpJNRgbXqiKLNUZZtWbZyR44EMTd1kSKVGLZ6o=";
3636
};
3737
in
3838
mkDerivation {

0 commit comments

Comments
 (0)