Merge pull request #280356 from amaxine/elastic_0.1.4

elastic: 0.1.3 → 0.1.4
This commit is contained in:
maxine 2024-01-16 17:59:29 +01:00 committed by GitHub
commit 2d2e9c1d72
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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 = [