stellar-core: 26.0.1 -> 26.1.0

This commit is contained in:
Angel J
2026-05-16 12:11:51 -07:00
parent 3f50e4bb0b
commit 40d02e0fa6
+2 -2
View File
@@ -48,13 +48,13 @@ in
stdenv.mkDerivation (finalAttrs: {
pname = "stellar-core";
version = "26.0.1";
version = "26.1.0";
src = fetchFromGitHub {
owner = "stellar";
repo = "stellar-core";
tag = "v${finalAttrs.version}";
hash = "sha256-u9sipDwTBhhvcyEcdBUZjtg70a76g2e4ub+vPKzOKg8=";
hash = "sha256-0bdomxjx+Qwvxu6NWUTYbLvoKwCvM0e5I3qwhKLEecM=";
fetchSubmodules = true;
};