elementsd: 22.1 -> 22.1.1

This commit is contained in:
R. Ryantm 2023-03-31 17:59:30 +00:00
parent 62d5fcc12c
commit 632c9141cb

View File

@ -24,13 +24,13 @@
stdenv.mkDerivation rec {
pname = if withGui then "elements" else "elementsd";
version = "22.1";
version = "22.1.1";
src = fetchFromGitHub {
owner = "ElementsProject";
repo = "elements";
rev = "elements-${version}";
sha256 = "sha256-HDV06O9k+TpYR0ZwLas2hvDwxvnfoa8VUzgvkXv/WV8=";
sha256 = "sha256-V8Ym4dGshf2E6KsboALXn1DJ5nL3QQvMmVMNdjSw7B8=";
};
nativeBuildInputs =