Unverified Commit 2d2e9c1d authored by maxine's avatar maxine Committed by GitHub
Browse files

Merge pull request #280356 from amaxine/elastic_0.1.4

elastic: 0.1.3 → 0.1.4
parents d7dd2b75 08c00a0f
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -18,14 +18,14 @@

stdenv.mkDerivation rec {
  pname = "elastic";
  version = "0.1.3";
  version = "0.1.4";

  src = fetchFromGitLab {
    domain = "gitlab.gnome.org";
    owner = "World";
    repo = "elastic";
    rev = version;
    hash = "sha256-CZ+EeGbCzkeNx4GD+2+n3jYwz/cQStjMV2+wm/JNsYU=";
    hash = "sha256-EExVhf71SEWVcAOAt+IuQH3umNOY4hzzkFVIqnESppo=";
  };

  nativeBuildInputs = [