tangled
alpha
login
or
join now
pyrox.dev
/
nixpkgs
lol
0
fork
atom
overview
issues
pulls
pipelines
elastic: 0.1.6 -> 0.1.9
Michael Evans
6 months ago
9fbfdbaa
4481a556
+2
-2
1 changed file
expand all
collapse all
unified
split
pkgs
by-name
el
elastic
package.nix
+2
-2
pkgs/by-name/el/elastic/package.nix
···
19
19
20
20
stdenv.mkDerivation rec {
21
21
pname = "elastic";
22
22
-
version = "0.1.6";
22
22
+
version = "0.1.9";
23
23
24
24
src = fetchFromGitLab {
25
25
domain = "gitlab.gnome.org";
26
26
owner = "World";
27
27
repo = "elastic";
28
28
rev = version;
29
29
-
hash = "sha256-D7DqSBP0E0CzjTROh97JXhB8N8q0I2pDo4HbAK8vQ/Y=";
29
29
+
hash = "sha256-jK9RcZ5U1Dwkpu1mlfq/l4347eRCd3Y/KDYYIIkGytk=";
30
30
};
31
31
32
32
nativeBuildInputs = [