We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 171b178 commit 115f8bfCopy full SHA for 115f8bf
pkgs/applications/blockchains/elements/default.nix
@@ -25,13 +25,13 @@
25
26
stdenv.mkDerivation rec {
27
pname = if withGui then "elements" else "elementsd";
28
- version = "23.2.1";
+ version = "23.2.4";
29
30
src = fetchFromGitHub {
31
owner = "ElementsProject";
32
repo = "elements";
33
rev = "elements-${version}";
34
- sha256 = "sha256-qHtSgfZGZ4Beu5fsJAOZm8ejj7wfHBbOS6WAjOrCuw4=";
+ sha256 = "sha256-UNjYkEZBjGuhkwBxSkNXjBBcLQqoan/afCLhoR2lOY4=";
35
};
36
37
patches = [
0 commit comments