about summary refs log tree commit diff
path: root/pkgs/applications/plasma-mobile
diff options
context:
space:
mode:
authorRobert Schütz <nix@dotlambda.de>2023-02-02 15:27:46 -0800
committerRobert Schütz <nix@dotlambda.de>2023-02-05 18:05:58 -0800
commit008469a60095f493d12f529ac60098dde0532758 (patch)
tree3a12ae23ba66755d08d84f14e682620114c36a20 /pkgs/applications/plasma-mobile
parent3aa003ad21fec641a0ee1b4b55b40dfb90a03b11 (diff)
tokodon: 22.11.2 -> 23.01.0
Diff: https://invent.kde.org/network/tokodon/-/compare/v22.11.2...v23.01.0
Diffstat (limited to 'pkgs/applications/plasma-mobile')
-rw-r--r--pkgs/applications/plasma-mobile/tokodon.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/applications/plasma-mobile/tokodon.nix b/pkgs/applications/plasma-mobile/tokodon.nix
index a412835c8ccd1..f93336d40fa8c 100644
--- a/pkgs/applications/plasma-mobile/tokodon.nix
+++ b/pkgs/applications/plasma-mobile/tokodon.nix
@@ -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 = [