bespokesynth: 1.2.1 -> 1.3.0

This commit is contained in:
OPNA2608
2024-12-23 23:12:16 +01:00
parent 0a3fd92de0
commit 5bc6acc80d
@@ -61,13 +61,13 @@ let
in
stdenv.mkDerivation (finalAttrs: {
pname = "bespokesynth";
version = "1.2.1";
version = "1.3.0";
src = fetchFromGitHub {
owner = "BespokeSynth";
repo = "bespokesynth";
rev = "v${finalAttrs.version}";
hash = "sha256-vDvNm9sW9BfWloB0CA+JHTp/bfDWAP/T0hDXjoMZ3X4=";
hash = "sha256-ad8wdLos3jM0gRMpcfRKeaiUxJsPGqWd/7XeDz87ToQ=";
fetchSubmodules = true;
};