ctagdrc: 0.1.1 -> 1.1.0
Diff: https://github.com/BillyDM/CTAGDRC/compare/0.1.1...v1.1.0 Changelog: https://github.com/BillyDM/CTAGDRC/releases/tag/v1.1.0
This commit is contained in:
committed by
Gaetan Lepage
parent
52f6b74637
commit
698fc2c901
@@ -19,14 +19,14 @@
|
||||
|
||||
stdenv.mkDerivation (finalAttrs: {
|
||||
pname = "ctagdrc";
|
||||
version = "0.1.1";
|
||||
version = "1.1.0";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "BillyDM";
|
||||
repo = "CTAGDRC";
|
||||
tag = finalAttrs.version;
|
||||
hash = "sha256-szBI8ESJz1B/JuGcZD8D53c1yJeUW1uK4GewQExtD9Q=";
|
||||
tag = "v${finalAttrs.version}";
|
||||
fetchSubmodules = true;
|
||||
hash = "sha256-dJAmcoDhGoVG8h1T84qYhzEuvGdBVYQUuQC8mJkD4To=";
|
||||
};
|
||||
|
||||
nativeBuildInputs = [
|
||||
@@ -87,6 +87,7 @@ stdenv.mkDerivation (finalAttrs: {
|
||||
meta = {
|
||||
description = "Audio compressor plugin created with JUCE";
|
||||
homepage = "https://github.com/BillyDM/CTAGDRC";
|
||||
changelog = "https://github.com/BillyDM/CTAGDRC/releases/tag/v${finalAttrs.version}";
|
||||
license = lib.licenses.gpl3Plus;
|
||||
maintainers = with lib.maintainers; [ magnetophon ];
|
||||
mainProgram = "CTAGDRC";
|
||||
|
||||
Reference in New Issue
Block a user