elastic: 0.1.5 -> 0.1.6

This commit is contained in:
seth
2024-12-16 04:35:42 -05:00
parent a4262db828
commit 62fcd4bd81
+2 -2
View File
@@ -17,14 +17,14 @@
stdenv.mkDerivation rec {
pname = "elastic";
version = "0.1.5";
version = "0.1.6";
src = fetchFromGitLab {
domain = "gitlab.gnome.org";
owner = "World";
repo = "elastic";
rev = version;
hash = "sha256-y/XBXN5RIqnFmxnmkThBGW0B5owgy/1Q/6jmkBCi+rk=";
hash = "sha256-D7DqSBP0E0CzjTROh97JXhB8N8q0I2pDo4HbAK8vQ/Y=";
};
nativeBuildInputs = [