about summary refs log tree commit diff
path: root/pkgs/applications
diff options
context:
space:
mode:
authorMario Rodas <marsam@users.noreply.github.com>2022-10-14 23:02:07 -0500
committerGitHub <noreply@github.com>2022-10-14 23:02:07 -0500
commit19347278ca6afea6def9a7be6d879a6ffff8f0ed (patch)
tree9c81df649a58f56ec9aed035c43adde3043b4029 /pkgs/applications
parent648e8c7188be4e9d20c6a24745c9674c97b09ad6 (diff)
parent793d0a0f84a38c2d3f3ea9c6da0e2790be4c3fda (diff)
Merge pull request #189790 from r-ryantm/auto-update/rmapi
rmapi: 0.0.20 -> 0.0.21
Diffstat (limited to 'pkgs/applications')
-rw-r--r--pkgs/applications/misc/remarkable/rmapi/default.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/applications/misc/remarkable/rmapi/default.nix b/pkgs/applications/misc/remarkable/rmapi/default.nix
index 624da925cc7c6..cca6c5b488720 100644
--- a/pkgs/applications/misc/remarkable/rmapi/default.nix
+++ b/pkgs/applications/misc/remarkable/rmapi/default.nix
@@ -2,16 +2,16 @@
 
 buildGoModule rec {
   pname = "rmapi";
-  version = "0.0.20";
+  version = "0.0.21";
 
   src = fetchFromGitHub {
     owner = "juruen";
     repo = "rmapi";
     rev = "v${version}";
-    sha256 = "sha256-khQ4Q2y/MJdz5EpfTSrLBROCX2QP2+3PXRO+x+FaXro=";
+    sha256 = "sha256-PObuO+Aea2MS1DW3/uOS7GajtFUPolDnPgwxYehGPlA=";
   };
 
-  vendorSha256 = "sha256-gu+BU2tL/xZ7D6lZ1ueO/9IB9H3NNm4mloCZaGqZskU=";
+  vendorSha256 = "sha256-LmKcHV0aq7NDEwaL+u8zXkbKzzdWD8zmnAGw5xShDYo=";
 
   doCheck = false;