about summary refs log tree commit diff
path: root/nixpkgs/pkgs/applications/misc/elastic/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'nixpkgs/pkgs/applications/misc/elastic/default.nix')
-rw-r--r--nixpkgs/pkgs/applications/misc/elastic/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/nixpkgs/pkgs/applications/misc/elastic/default.nix b/nixpkgs/pkgs/applications/misc/elastic/default.nix
index 316df2e02d4a..ae614d35a4e0 100644
--- a/nixpkgs/pkgs/applications/misc/elastic/default.nix
+++ b/nixpkgs/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 = [