Skip to content

Commit 115f8bf

Browse files
committed
elements: 23.2.1 -> 23.2.4
1 parent 171b178 commit 115f8bf

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pkgs/applications/blockchains/elements/default.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,13 +25,13 @@
2525

2626
stdenv.mkDerivation rec {
2727
pname = if withGui then "elements" else "elementsd";
28-
version = "23.2.1";
28+
version = "23.2.4";
2929

3030
src = fetchFromGitHub {
3131
owner = "ElementsProject";
3232
repo = "elements";
3333
rev = "elements-${version}";
34-
sha256 = "sha256-qHtSgfZGZ4Beu5fsJAOZm8ejj7wfHBbOS6WAjOrCuw4=";
34+
sha256 = "sha256-UNjYkEZBjGuhkwBxSkNXjBBcLQqoan/afCLhoR2lOY4=";
3535
};
3636

3737
patches = [

0 commit comments

Comments
 (0)