Skip to content

Commit

Permalink
Merge pull request #320742 from Aleksanaa/elastic
Browse files Browse the repository at this point in the history
elastic: 0.1.4 -> 0.1.5
  • Loading branch information
JohnRTitor authored Jun 27, 2024
2 parents 8575f6e + 2d91945 commit b2852eb
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions pkgs/applications/misc/elastic/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -11,21 +11,20 @@
, gtksourceview5
, blueprint-compiler
, wrapGAppsHook4
, appstream-glib
, desktop-file-utils
, template-glib
}:

stdenv.mkDerivation rec {
pname = "elastic";
version = "0.1.4";
version = "0.1.5";

src = fetchFromGitLab {
domain = "gitlab.gnome.org";
owner = "World";
repo = "elastic";
rev = version;
hash = "sha256-EExVhf71SEWVcAOAt+IuQH3umNOY4hzzkFVIqnESppo=";
hash = "sha256-y/XBXN5RIqnFmxnmkThBGW0B5owgy/1Q/6jmkBCi+rk=";
};

nativeBuildInputs = [
Expand All @@ -34,7 +33,6 @@ stdenv.mkDerivation rec {
vala
pkg-config
wrapGAppsHook4
appstream-glib
desktop-file-utils
blueprint-compiler
];
Expand Down

0 comments on commit b2852eb

Please sign in to comment.