We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f9baca1 commit 50ab8c2Copy full SHA for 50ab8c2
elements.nix
@@ -23,14 +23,14 @@ let withAssets = doCheck && (withCoverage || doFunctionalTests); in
23
with lib;
24
stdenv.mkDerivation rec {
25
pname = "elements";
26
- version = if withSource == null then "22.2.1" else "custom";
+ version = if withSource == null then "23.2.4" else "custom";
27
28
src = if withSource != null then withSource else
29
fetchFromGitHub {
30
owner = "ElementsProject";
31
repo = "elements";
32
rev = "elements-${version}";
33
- sha256 = "sha256-qHtSgfZGZ4Beu5fsJAOZm8ejj7wfHBbOS6WAjOrCuw4=";
+ sha256 = "sha256-UNjYkEZBjGuhkwBxSkNXjBBcLQqoan/afCLhoR2lOY4=";
34
};
35
36
postPatch = optionals (doCheck)
0 commit comments