We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 1df649c + fb185fc commit d4fbd6eCopy full SHA for d4fbd6e
1 file changed
pkgs/by-name/ge/geonkick/package.nix
@@ -15,13 +15,13 @@
15
16
stdenv.mkDerivation rec {
17
pname = "geonkick";
18
- version = "3.6.2";
+ version = "3.7.0";
19
20
src = fetchFromGitLab {
21
owner = "Geonkick-Synthesizer";
22
repo = "geonkick";
23
rev = "v${version}";
24
- hash = "sha256-1khlAY9szKdwX/kMJvuD1CTO5M8GeMBVCSPmt52GJyA=";
+ hash = "sha256-8FfgtqFfiO1CKp2t0uXbXEtH6C1bx1EJWagjCfDwIwY=";
25
};
26
27
nativeBuildInputs = [
0 commit comments