elastic: 0.1.6 -> 0.1.9

+2 -2
+2 -2
pkgs/by-name/el/elastic/package.nix
··· 19 20 stdenv.mkDerivation rec { 21 pname = "elastic"; 22 - version = "0.1.6"; 23 24 src = fetchFromGitLab { 25 domain = "gitlab.gnome.org"; 26 owner = "World"; 27 repo = "elastic"; 28 rev = version; 29 - hash = "sha256-D7DqSBP0E0CzjTROh97JXhB8N8q0I2pDo4HbAK8vQ/Y="; 30 }; 31 32 nativeBuildInputs = [
··· 19 20 stdenv.mkDerivation rec { 21 pname = "elastic"; 22 + version = "0.1.9"; 23 24 src = fetchFromGitLab { 25 domain = "gitlab.gnome.org"; 26 owner = "World"; 27 repo = "elastic"; 28 rev = version; 29 + hash = "sha256-jK9RcZ5U1Dwkpu1mlfq/l4347eRCd3Y/KDYYIIkGytk="; 30 }; 31 32 nativeBuildInputs = [