diff options
| author | Philipp <philipp+dev@xndr.de> | 2021-12-21 11:38:27 +0100 |
|---|---|---|
| committer | github-actions[bot] <github-actions[bot]@users.noreply.github.com> | 2021-12-21 15:08:12 +0000 |
| commit | e51ed859e9bd1180f11f57ec741373cb18973ff9 (patch) | |
| tree | b2f735f1a9fd7f94a6e9763c91aaa381b3785b87 | |
| parent | coeurl: 0.1.0 -> 0.1.1 (diff) | |
| download | nixpkgs-e51ed859e9bd1180f11f57ec741373cb18973ff9.tar.gz | |
mtxclient: 0.6.0 -> 0.6.1
(cherry picked from commit 9e623420e743a37eeae6d2445f30f95446cddabb)
| -rw-r--r-- | pkgs/development/libraries/mtxclient/default.nix | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/libraries/mtxclient/default.nix b/pkgs/development/libraries/mtxclient/default.nix index 48f860c672c7..4e5eed1e4391 100644 --- a/pkgs/development/libraries/mtxclient/default.nix +++ b/pkgs/development/libraries/mtxclient/default.nix @@ -14,13 +14,13 @@ stdenv.mkDerivation rec { pname = "mtxclient"; - version = "0.6.0"; + version = "0.6.1"; src = fetchFromGitHub { owner = "Nheko-Reborn"; repo = "mtxclient"; rev = "v${version}"; - sha256 = "0sxx7vj6a1n2d95c118pjq52707qwf16154fdvz5f4z1pq7c8dsi"; + sha256 = "sha256-hTB0a5KXcQb0MCEX9YonDJOGlTmRkrOIP9UFlwuJc6g="; }; postPatch = '' |
