geonkick: 3.5.2 -> 3.6.0 (#423063)

This commit is contained in:
Aleksana 2025-07-09 21:22:14 +08:00 committed by GitHub
commit dee962cda4
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -15,13 +15,13 @@
stdenv.mkDerivation rec {
pname = "geonkick";
version = "3.5.2";
version = "3.6.0";
src = fetchFromGitLab {
owner = "Geonkick-Synthesizer";
repo = "geonkick";
rev = "v${version}";
hash = "sha256-QtBzrYW/yYnWSXyHV63gKzgdAR5kamij9Z0g+15CTPg=";
hash = "sha256-lTJ5O2UfXRUELErbMS9fCdCUgxhBxKRv/nIK8w5Fkiw=";
};
nativeBuildInputs = [