Skip to content

Commit

Permalink
elastic: 0.1.3 → 0.1.4
Browse files Browse the repository at this point in the history
  • Loading branch information
amaxine committed Jan 11, 2024
1 parent a2f82b9 commit 08c00a0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/applications/misc/elastic/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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 = [
Expand Down

0 comments on commit 08c00a0

Please sign in to comment.