about summary refs log tree commit diff
path: root/pkgs/applications/misc
diff options
context:
space:
mode:
authormaxine <35892750+amaxine@users.noreply.github.com>2024-01-16 17:59:29 +0100
committerGitHub <noreply@github.com>2024-01-16 17:59:29 +0100
commit2d2e9c1d72f512cac96414c9e983275ed99215d7 (patch)
treeddd538b1c306b75445094b76914178d6b2c17715 /pkgs/applications/misc
parentd7dd2b75a5e25f09d188412c74438319d5466201 (diff)
parent08c00a0fb0dc1f508dee3edda8e6edbede078961 (diff)
Merge pull request #280356 from amaxine/elastic_0.1.4
elastic: 0.1.3 → 0.1.4
Diffstat (limited to 'pkgs/applications/misc')
-rw-r--r--pkgs/applications/misc/elastic/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/applications/misc/elastic/default.nix b/pkgs/applications/misc/elastic/default.nix
index 316df2e02d4a0..ae614d35a4e05 100644
--- a/pkgs/applications/misc/elastic/default.nix
+++ b/pkgs/applications/misc/elastic/default.nix
@@ -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 = [