avisynthplus: 3.7.4 -> 3.7.5 (#402228)

authored by jopejoe1 and committed by GitHub d4c529dc 65036a31

+2 -2
+2 -2
pkgs/by-name/av/avisynthplus/package.nix
··· 12 12 13 13 stdenv.mkDerivation (finalAttrs: { 14 14 pname = "avisynthplus"; 15 - version = "3.7.4"; 15 + version = "3.7.5"; 16 16 17 17 src = fetchFromGitHub { 18 18 owner = "AviSynth"; 19 19 repo = "AviSynthPlus"; 20 20 tag = "v${finalAttrs.version}"; 21 - hash = "sha256-M+F7bUSlH6kAyQLCq0RxmaE19RqHPPleTMyRuz5zqPg="; 21 + hash = "sha256-RkEZWsAKZABtl+SbRLCjMqyQoi9ainbaI9hWlpO6Fwo="; 22 22 }; 23 23 24 24 patchPhase = ''