File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
pkgs/applications/video/makemkv Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 1818} :
1919
2020let
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 } ;
3737in
3838mkDerivation {
You can’t perform that action at this time.
0 commit comments