libxeddsa: 2.0.0 -> 2.0.1

This commit is contained in:
R. Ryantm
2025-06-23 20:48:53 +02:00
committed by Valentin Gagarin
parent 5140786aa0
commit 0449b4bda4
+2 -2
View File
@@ -8,13 +8,13 @@
}:
stdenv.mkDerivation (finalAttrs: {
pname = "libxeddsa";
version = "2.0.0";
version = "2.0.1";
src = fetchFromGitHub {
owner = "Syndace";
repo = "libxeddsa";
tag = "v${finalAttrs.version}";
hash = "sha256-kdy+S51nQstRFGw5mIW3TW+WBNynHLpmFC1t6Mc02K4=";
hash = "sha256-4xBZ3Ul2Mm5fz/vfulFQmWC6+CQB/egiw7NsC/GrUyw=";
};
strictDeps = true;