2022-11-25T05:50:05 bchoppr 1.10.10 -> 1.12.2 https://repology.org/metapackage/bchoppr/versions 2022-11-25T05:50:08 attrpath: bchoppr 2022-11-25T05:50:08 Checking auto update branch... 2022-11-25T05:50:08 No auto update branch exists 2022-11-25T05:50:08 Old version 1.10.10" not present in master derivation file with contents: { lib, stdenv, fetchFromGitHub, pkg-config, cairo, libX11, lv2 }: stdenv.mkDerivation rec { pname = "bchoppr"; version = "1.12.2"; src = fetchFromGitHub { owner = "sjaehn"; repo = pname; rev = version; sha256 = "sha256-P6sbxhgnlek1IJ4i9yTe/3g/2C8oLPKXI3zbLdswvl8="; }; nativeBuildInputs = [ pkg-config ]; buildInputs = [ cairo libX11 lv2 ]; installFlags = [ "PREFIX=$(out)" ]; enableParallelBuilding = true; meta = with lib; { homepage = "https://github.com/sjaehn/BChoppr"; description = "An audio stream chopping LV2 plugin"; maintainers = [ maintainers.magnetophon ]; platforms = platforms.linux; license = licenses.gpl3Plus; }; } 2022-11-25T06:29:04 bchoppr 1.10.10 -> 1.12.2 https://repology.org/metapackage/bchoppr/versions 2022-11-25T06:29:06 attrpath: bchoppr 2022-11-25T06:29:06 Checking auto update branch... 2022-11-25T06:29:06 No auto update branch exists 2022-11-25T06:29:07 Old version 1.10.10" not present in master derivation file with contents: { lib, stdenv, fetchFromGitHub, pkg-config, cairo, libX11, lv2 }: stdenv.mkDerivation rec { pname = "bchoppr"; version = "1.12.2"; src = fetchFromGitHub { owner = "sjaehn"; repo = pname; rev = version; sha256 = "sha256-P6sbxhgnlek1IJ4i9yTe/3g/2C8oLPKXI3zbLdswvl8="; }; nativeBuildInputs = [ pkg-config ]; buildInputs = [ cairo libX11 lv2 ]; installFlags = [ "PREFIX=$(out)" ]; enableParallelBuilding = true; meta = with lib; { homepage = "https://github.com/sjaehn/BChoppr"; description = "An audio stream chopping LV2 plugin"; maintainers = [ maintainers.magnetophon ]; platforms = platforms.linux; license = licenses.gpl3Plus; }; }