Skip to content

Commit

Permalink
rmapi: 0.0.13 -> 0.0.15 (#123672)
Browse files Browse the repository at this point in the history
(cherry picked from commit 2d16660)
  • Loading branch information
benneti authored and NickHu committed May 20, 2021
1 parent 0e3cd61 commit a7064e2
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions pkgs/applications/misc/remarkable/rmapi/default.nix
Expand Up @@ -2,24 +2,24 @@

buildGoModule rec {
pname = "rmapi";
version = "0.0.12";
version = "0.0.15";

src = fetchFromGitHub {
owner = "juruen";
repo = "rmapi";
rev = "v${version}";
sha256 = "049m0p4wbsl822iym8xmc938d4k90iw7wjdzcxfyy8d27hv9mp45";
sha256 = "sha256-ju54JSd3Zyye5YGLPEOkhY93ONh0b7eDSnvJlIawizE=";
};

vendorSha256 = "077s13pcql5w2m6wzls1q06r7p501kazbwzxgfh6akwza15kb4is";
vendorSha256 = "sha256-SE/0a8QUJsWoGwkSiZqYx1eXuOIL3avJujyg8iSdcBU=";

doCheck = false;

meta = with stdenv.lib; {
description = "A Go app that allows access to the ReMarkable Cloud API programmatically";
homepage = "https://github.com/juruen/rmapi";
changelog = "https://github.com/juruen/rmapi/blob/v${version}/CHANGELOG.md";
license = licenses.agpl3;
license = licenses.agpl3Only;
maintainers = [ maintainers.nickhu ];
};
}

0 comments on commit a7064e2

Please sign in to comment.