Skip to content

Commit 50ab8c2

Browse files
Update default elements version to 23.2.4
1 parent f9baca1 commit 50ab8c2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

elements.nix

+2-2
Original file line numberDiff line numberDiff line change
@@ -23,14 +23,14 @@ let withAssets = doCheck && (withCoverage || doFunctionalTests); in
2323
with lib;
2424
stdenv.mkDerivation rec {
2525
pname = "elements";
26-
version = if withSource == null then "22.2.1" else "custom";
26+
version = if withSource == null then "23.2.4" else "custom";
2727

2828
src = if withSource != null then withSource else
2929
fetchFromGitHub {
3030
owner = "ElementsProject";
3131
repo = "elements";
3232
rev = "elements-${version}";
33-
sha256 = "sha256-qHtSgfZGZ4Beu5fsJAOZm8ejj7wfHBbOS6WAjOrCuw4=";
33+
sha256 = "sha256-UNjYkEZBjGuhkwBxSkNXjBBcLQqoan/afCLhoR2lOY4=";
3434
};
3535

3636
postPatch = optionals (doCheck)

0 commit comments

Comments
 (0)