handbrake: 1.4.2 -> 1.5.1

This commit is contained in:
Anton-Latukha 2022-01-10 22:19:01 +02:00
parent 81cdd363b8
commit b6532ee3b4
No known key found for this signature in database
GPG Key ID: 3D84C07E91802E41

View File

@ -81,13 +81,13 @@
}:
let
version = "1.4.2";
version = "1.5.1";
src = fetchFromGitHub {
owner = "HandBrake";
repo = "HandBrake";
rev = version;
sha256 = "sha256-Usz2+U1Wb8yJ5W2HqV0FqBaaE25fuVKk/NwKBHaKzwk=";
sha256 = "1kk11zl1mk37d4cvbc75gfndmma7vy3vkp4gmkyl92kiz6zadhyy";
};
versionFile = writeText "version.txt" ''