libetpan: 1.10 -> 1.10.1

Changes: https://github.com/dinhvh/libetpan/releases/tag/1.10.1
This commit is contained in:
Sergei Trofimovich
2026-06-15 06:20:48 +01:00
parent 635f366cf9
commit 7ecbcdbc95
+2 -2
View File
@@ -11,13 +11,13 @@
stdenv.mkDerivation (finalAttrs: {
pname = "libetpan";
version = "1.10";
version = "1.10.1";
src = fetchFromGitHub {
owner = "dinhviethoa";
repo = "libetpan";
tag = finalAttrs.version;
hash = "sha256-dG1qsYv9W0l6LLMW+XnKtUunga3IGVxEy34Tnp+K99o=";
hash = "sha256-OBLGek7WYjiAiMMhycbx4eUy8d4XLF/B9p7GGO6LFHA=";
};
outputs = [