Unverified Commit a6616b2b authored by Arne Keller's avatar Arne Keller Committed by GitHub
Browse files

geonkick: 3.5.0 -> 3.5.1 (#373439)

parents 9a7f6c55 d542183f
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.5.0";
  version = "3.5.1";

  src = fetchFromGitLab {
    owner = "Geonkick-Synthesizer";
    repo = pname;
    rev = "v${version}";
    hash = "sha256-bqdqAr4NX5WZ6zp0Kq7GFHiy/JkBvDvzuZz7jxtru0Q=";
    hash = "sha256-4nJ4yn64C44ExduPX2Iypf9Rw9MlAXFkmX5KZxySPSs=";
  };

  nativeBuildInputs = [