Merge pull request #337106 from r-ryantm/auto-update/neural-amp-modeler-lv2

neural-amp-modeler-lv2: 0.1.3 -> 0.1.4
This commit is contained in:
Stanisław Pitucha 2024-08-25 13:58:43 +10:00 committed by GitHub
commit ba0c72cea4
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -6,14 +6,14 @@
stdenv.mkDerivation (finalAttrs: {
pname = "neural-amp-modeler-lv2";
version = "0.1.3";
version = "0.1.4";
src = fetchFromGitHub {
owner = "mikeoliphant";
repo = "neural-amp-modeler-lv2";
rev = finalAttrs.version;
fetchSubmodules = true;
hash = "sha256-sRZngmivNvSWcjkIqcqjjaIgXFH8aMq+/caNroXmzIk=";
hash = "sha256-5BOZOocZWWSWawXJFMAgM0NR0s0CbkzDVr6fnvZMvd0=";
};
nativeBuildInputs = [