elementsd: 0.21.0.2 -> 22.0

This commit is contained in:
R. Ryantm 2022-09-17 12:36:37 +00:00
parent 74d81b4908
commit b194a56d7f

View File

@ -24,13 +24,13 @@
with lib;
stdenv.mkDerivation rec {
pname = if withGui then "elements" else "elementsd";
version = "0.21.0.2";
version = "22.0";
src = fetchFromGitHub {
owner = "ElementsProject";
repo = "elements";
rev = "elements-${version}";
sha256 = "sha256-5b3wylp9Z2U0ueu2gI9jGeWiiJoddjcjQ/6zkFATyvA=";
sha256 = "sha256-n98bz1W9hoJ5JDH34LG7R6igEIY1j4mRbO2PKnV8R2U=";
};
nativeBuildInputs =