llpp: 41 -> 42

Diff: https://github.com/criticic/llpp/compare/v41...v42

Changelog: https://github.com/criticic/llpp/releases/tag/v42

+3 -13
+2 -10
pkgs/applications/misc/llpp/default.nix
··· 5 6 stdenv.mkDerivation rec { 7 pname = "llpp"; 8 - version = "41"; 9 10 src = fetchFromGitHub { 11 owner = "criticic"; 12 repo = pname; 13 rev = "v${version}"; 14 - hash = "sha256-Doj0zLYI1pi7eK01+29xFLYPtc8+fWzj10292+PmToE="; 15 }; 16 - 17 - patches = [ 18 - (fetchpatch { 19 - name = "system-makedeps-and-ocaml5.patch"; 20 - url = "https://aur.archlinux.org/cgit/aur.git/plain/system-makedeps-and-ocaml5.patch?h=llpp&id=32955e115f914bb96348d288f9af9c6e3e80a02b"; 21 - hash = "sha256-3rcPsR+M8Jx7M8GHUIsw0WNBvp6aE7BcPr4yk2vT9Ik="; 22 - }) 23 - ]; 24 25 postPatch = '' 26 sed -i "2d;s/ver=.*/ver=${version}/" build.bash
··· 5 6 stdenv.mkDerivation rec { 7 pname = "llpp"; 8 + version = "42"; 9 10 src = fetchFromGitHub { 11 owner = "criticic"; 12 repo = pname; 13 rev = "v${version}"; 14 + hash = "sha256-B/jKvBtBwMOErUVmGFGXXIT8FzMl1DFidfDCHIH41TU="; 15 }; 16 17 postPatch = '' 18 sed -i "2d;s/ver=.*/ver=${version}/" build.bash
+1 -3
pkgs/top-level/all-packages.nix
··· 33470 33471 linuxsampler = callPackage ../applications/audio/linuxsampler { }; 33472 33473 - llpp = callPackage ../applications/misc/llpp { 33474 - inherit (ocaml-ng.ocamlPackages_4_14) ocaml; 33475 - }; 33476 33477 lls = callPackage ../applications/networking/lls { }; 33478
··· 33470 33471 linuxsampler = callPackage ../applications/audio/linuxsampler { }; 33472 33473 + llpp = callPackage ../applications/misc/llpp { }; 33474 33475 lls = callPackage ../applications/networking/lls { }; 33476