libetpan: 1.10 -> 1.10.1 (#531883)

This commit is contained in:
Peder Bergebakken Sundt
2026-06-30 20:05:36 +00:00
committed by GitHub
+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 = [