[Backport release-25.05] elastic: 0.1.6 -> 0.1.9 (#428543)

This commit is contained in:
Aleksana
2025-07-26 17:56:28 +08:00
committed by GitHub

View File

@@ -19,14 +19,14 @@
stdenv.mkDerivation rec {
pname = "elastic";
version = "0.1.6";
version = "0.1.9";
src = fetchFromGitLab {
domain = "gitlab.gnome.org";
owner = "World";
repo = "elastic";
rev = version;
hash = "sha256-D7DqSBP0E0CzjTROh97JXhB8N8q0I2pDo4HbAK8vQ/Y=";
hash = "sha256-jK9RcZ5U1Dwkpu1mlfq/l4347eRCd3Y/KDYYIIkGytk=";
};
nativeBuildInputs = [