Unverified Commit 0872c50f authored by dish's avatar dish Committed by GitHub
Browse files

geonkick: 3.6.1 -> 3.6.2 (#434348)

parents e58d3a49 44b959e2
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -15,13 +15,13 @@

stdenv.mkDerivation rec {
  pname = "geonkick";
  version = "3.6.1";
  version = "3.6.2";

  src = fetchFromGitLab {
    owner = "Geonkick-Synthesizer";
    repo = "geonkick";
    rev = "v${version}";
    hash = "sha256-f5RJzkr98CygOT0O5igMnqetl8if81hKzGAJ2IrR5Hg=";
    hash = "sha256-1khlAY9szKdwX/kMJvuD1CTO5M8GeMBVCSPmt52GJyA=";
  };

  nativeBuildInputs = [