nixpkgs mirror (for testing) github.com/NixOS/nixpkgs
nix

lv2lint: 0.14.0 -> 0.16.2

+2 -2
+2 -2
pkgs/applications/audio/lv2lint/default.nix
··· 2 2 3 3 stdenv.mkDerivation rec { 4 4 pname = "lv2lint"; 5 - version = "0.14.0"; 5 + version = "0.16.2"; 6 6 7 7 src = fetchurl { 8 8 url = "https://git.open-music-kontrollers.ch/lv2/${pname}/snapshot/${pname}-${version}.tar.xz"; 9 - sha256 = "sha256-yPKM7RToLNBT+AXSjfxxpncESmv89/wcGCt//pnEGqI="; 9 + sha256 = "sha256-sjgQVx8uGNPWcUwKzGUhChpfzXj/8D8cggVTpcHEXPQ="; 10 10 }; 11 11 12 12 nativeBuildInputs = [ pkg-config meson ninja ];