avisynthplus: 3.7.4 -> 3.7.5

This commit is contained in:
R. Ryantm 2025-04-27 06:56:50 +00:00
parent 0571e373ab
commit c04049aa11

View file

@ -12,13 +12,13 @@
stdenv.mkDerivation (finalAttrs: {
pname = "avisynthplus";
version = "3.7.4";
version = "3.7.5";
src = fetchFromGitHub {
owner = "AviSynth";
repo = "AviSynthPlus";
tag = "v${finalAttrs.version}";
hash = "sha256-M+F7bUSlH6kAyQLCq0RxmaE19RqHPPleTMyRuz5zqPg=";
hash = "sha256-RkEZWsAKZABtl+SbRLCjMqyQoi9ainbaI9hWlpO6Fwo=";
};
patchPhase = ''