SG-323: 1.0.1 -> 1.1.0

This commit is contained in:
Bart Brouns
2026-01-14 17:55:26 +01:00
parent 0513af79f1
commit 48c0412693
+2 -2
View File
@@ -19,14 +19,14 @@
stdenv.mkDerivation (finalAttrs: {
pname = "SG-323";
version = "1.0.1";
version = "1.1.0";
src = fetchFromGitHub {
owner = "greyboxaudio";
repo = "SG-323";
tag = finalAttrs.version;
fetchSubmodules = true;
hash = "sha256-DvA9Y7eAG0pWLmHEZmJlo0JLU+0B4c8rlkX1bbVcnL8=";
hash = "sha256-yAC4YQt8f5kQ03ECAxvoM9wcqna98F4XKcwUQg6l4E0=";
};
nativeBuildInputs = [