geonkick: 3.6.2 -> 3.7.0

This commit is contained in:
R. Ryantm
2026-01-03 00:34:13 +00:00
parent 5e931b16fa
commit fb185fcbfb
+2 -2
View File
@@ -15,13 +15,13 @@
stdenv.mkDerivation rec {
pname = "geonkick";
version = "3.6.2";
version = "3.7.0";
src = fetchFromGitLab {
owner = "Geonkick-Synthesizer";
repo = "geonkick";
rev = "v${version}";
hash = "sha256-1khlAY9szKdwX/kMJvuD1CTO5M8GeMBVCSPmt52GJyA=";
hash = "sha256-8FfgtqFfiO1CKp2t0uXbXEtH6C1bx1EJWagjCfDwIwY=";
};
nativeBuildInputs = [