elastic: 0.1.3 → 0.1.4

This commit is contained in:
Maxine Aubrey 2024-01-11 22:20:44 +01:00
parent a2f82b9b84
commit 08c00a0fb0
No known key found for this signature in database
GPG Key ID: F6FE033DFCB899F7

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