2
0
mirror of https://github.com/NixOS/nixpkgs.git synced 2025-04-16 02:28:04 +00:00

bespokesynth: unstable-2023-08-17 -> 1.2.1

This commit is contained in:
wackbyte 2023-09-16 17:42:13 -04:00
parent 32658f902e
commit 9734ff3543
No known key found for this signature in database
GPG Key ID: 937F2AE5CCEFBF59

View File

@ -59,13 +59,13 @@ let
in
stdenv.mkDerivation rec {
pname = "bespokesynth";
version = "unstable-2023-08-17";
version = "1.2.1";
src = fetchFromGitHub {
owner = "BespokeSynth";
repo = pname;
rev = "c6b1410afefc8b0b9aeb4aa11ad5c32651879c9f";
hash = "sha256-MLHlHSszD2jEN4/f2jC4vjAidr3gVOSK606qs5bq+Sc=";
rev = "v${version}";
hash = "sha256-vDvNm9sW9BfWloB0CA+JHTp/bfDWAP/T0hDXjoMZ3X4=";
fetchSubmodules = true;
};