libtoxcore: 0.2.22 -> 0.2.23 (#527803)

This commit is contained in:
nixpkgs-ci[bot]
2026-06-12 10:38:51 +00:00
committed by GitHub
+2 -2
View File
@@ -17,13 +17,13 @@ let
in
stdenv.mkDerivation (finalAttrs: {
pname = "libtoxcore";
version = "0.2.22";
version = "0.2.23";
src = fetchFromGitHub {
owner = "TokTok";
repo = "c-toxcore";
tag = "v${finalAttrs.version}";
hash = "sha256-Oi0AYV252KPF6omiErCXZvQlxkWvubk0eiegc5OMQHM=";
hash = "sha256-yII4U+PCkQax7d2ZgTClK+mMypZhVPjEcKDdxHcBf6Y=";
fetchSubmodules = true;
};