tokodon: 22.11.2 -> 23.01.0

Diff: https://invent.kde.org/network/tokodon/-/compare/v22.11.2...v23.01.0
This commit is contained in:
Robert Schütz 2023-02-02 15:27:46 -08:00
parent 3aa003ad21
commit 008469a600

View File

@ -34,14 +34,14 @@
libsForQt5.mkDerivation rec {
pname = "tokodon";
version = "22.11.2";
version = "23.01.0";
# NOTE: the tokodon point release was not uploaded to the Plasma Mobile gear repo.
src = fetchFromGitLab {
domain = "invent.kde.org";
owner = "network";
repo = pname;
rev = "v${version}";
hash = "sha256-uE9iHZDfpn1NTCeJPgsp2WBe0curdguTUbMTrkrmJ6M=";
hash = "sha256-iJRyKEFdoWtZLZ/nkMvy2S7EF+JRHXi3O0DswfrClDU=";
};
nativeBuildInputs = [