Skip to content

Commit 7dd7251

Browse files
authored
elastic: 0.1.5 -> 0.1.6 (#365545)
2 parents 3687326 + 62fcd4b commit 7dd7251

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pkgs/by-name/el/elastic/package.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,14 +17,14 @@
1717

1818
stdenv.mkDerivation rec {
1919
pname = "elastic";
20-
version = "0.1.5";
20+
version = "0.1.6";
2121

2222
src = fetchFromGitLab {
2323
domain = "gitlab.gnome.org";
2424
owner = "World";
2525
repo = "elastic";
2626
rev = version;
27-
hash = "sha256-y/XBXN5RIqnFmxnmkThBGW0B5owgy/1Q/6jmkBCi+rk=";
27+
hash = "sha256-D7DqSBP0E0CzjTROh97JXhB8N8q0I2pDo4HbAK8vQ/Y=";
2828
};
2929

3030
nativeBuildInputs = [

0 commit comments

Comments
 (0)