Merge pull request #90302 from Anton-Latukha/upd-handbrake-1.3.3

handbrake: 1.3.2 -> 1.3.3
This commit is contained in:
Mario Rodas 2020-06-15 20:20:56 -05:00 committed by GitHub
commit 7eb2af8682
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -51,13 +51,13 @@ assert stdenv.isDarwin -> AudioToolbox != null
stdenv.mkDerivation rec {
pname = "handbrake";
version = "1.3.2";
version = "1.3.3";
src = fetchFromGitHub {
owner = "HandBrake";
repo = "HandBrake";
rev = version;
sha256 = "04z3hcy7m5yvma849rlrsx2wdqmkilkl1qds9yrzr2ydpw697f85";
sha256 = "0bsmk37543zv3p32a7wxnh2w483am23ha2amj339q3nnb4142krn";
extraPostFetch = ''
echo "DATE=$(date +"%F %T %z" -r $out/NEWS.markdown)" > $out/version.txt
'';