about summary refs log tree commit diff
path: root/pkgs/applications
diff options
context:
space:
mode:
authorMarkus Wamser <wamserma@users.noreply.github.com>2023-01-04 13:38:48 +0100
committerGitHub <noreply@github.com>2023-01-04 12:38:48 +0000
commit7deab23a756905fcbcc6fb13e7a27b0c0f3acdbf (patch)
treec98aed13d9b6c1b0a290d0edff7674b10a82a314 /pkgs/applications
parent0319a561eca36eb99379fc000fad82f8ee71f74f (diff)
rmapi: 0.0.23 -> 0.0.25 (#208737)
Diffstat (limited to 'pkgs/applications')
-rw-r--r--pkgs/applications/misc/remarkable/rmapi/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/applications/misc/remarkable/rmapi/default.nix b/pkgs/applications/misc/remarkable/rmapi/default.nix
index 2a3fbb4470110..2da548619b140 100644
--- a/pkgs/applications/misc/remarkable/rmapi/default.nix
+++ b/pkgs/applications/misc/remarkable/rmapi/default.nix
@@ -2,13 +2,13 @@
 
 buildGoModule rec {
   pname = "rmapi";
-  version = "0.0.23";
+  version = "0.0.25";
 
   src = fetchFromGitHub {
     owner = "juruen";
     repo = "rmapi";
     rev = "v${version}";
-    sha256 = "sha256-x6J3lQqSiqROLFB+S6nY/ONSluc7ffqJcK93bQpsjIs=";
+    sha256 = "sha256-7pwCd9tey7w5B8UgsMLHegPqmmY1prLM+Sk9o42X9lY=";
   };
 
   vendorSha256 = "sha256-Id2RaiSxthyR6egDQz2zulbSZ4STRTaA3yQIr6Mx9kg=";