From 3bdf335480ea9203e4f85b4fa11ee01ae01881ab Mon Sep 17 00:00:00 2001 From: Hythera <87016780+Hythera@users.noreply.github.com> Date: Sun, 17 May 2026 22:20:32 +0200 Subject: [PATCH] elastic: 1.0.2 -> 1.0.3 changelog: https://gitlab.gnome.org/World/elastic/-/releases/1.0.3 diff: https://gitlab.gnome.org/World/elastic/-/compare/1.0.2...1.0.3 --- pkgs/by-name/el/elastic/package.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/by-name/el/elastic/package.nix b/pkgs/by-name/el/elastic/package.nix index 33963653f69a..e835009e9666 100644 --- a/pkgs/by-name/el/elastic/package.nix +++ b/pkgs/by-name/el/elastic/package.nix @@ -19,14 +19,14 @@ stdenv.mkDerivation (finalAttrs: { pname = "elastic"; - version = "1.0.2"; + version = "1.0.3"; src = fetchFromGitLab { domain = "gitlab.gnome.org"; owner = "World"; repo = "elastic"; rev = finalAttrs.version; - hash = "sha256-zOqOAUbPjyVl/96oVBhsjBrSMGt+NEbraznNGu374dM="; + hash = "sha256-NAxztd+Q5TlBAuXCgGPT6aTfj5mVsNdU+5WoNM8Bb84="; }; nativeBuildInputs = [