mtxclient: 0.10.0 -> 0.10.1

(cherry picked from commit 1f8ab51111)
This commit is contained in:
⛧-440729 [sophie]
2025-08-12 08:15:46 +02:00
committed by github-actions[bot]
parent 245a66d1cc
commit 9f20864511

View File

@@ -16,13 +16,13 @@
stdenv.mkDerivation rec {
pname = "mtxclient";
version = "0.10.0";
version = "0.10.1";
src = fetchFromGitHub {
owner = "Nheko-Reborn";
repo = "mtxclient";
rev = "v${version}";
hash = "sha256-luWcbYCv5OM3aidxiO7glqD+VYnCZMElZYaPKbtvMYI=";
hash = "sha256-Y0FMCq4crSbm0tJtYq04ZFwWw+vlfxXKXBo0XUgf7hw=";
};
postPatch = ''