home

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | README | LICENSE

commit 9e39db56c12d4b067ed42215fe99358d3bcd259c
parent 2741de7ada863ca2a623eb47e1fb5d2b0e7afa97
Author: Vincent Demeester <vincent@sbr.pm>
Date:   Wed,  6 May 2020 09:54:23 +0200

rmapi: 0.0.4 -> 0.0.11

Signed-off-by: Vincent Demeester <vincent@sbr.pm>

Diffstat:
Mpkgs/rmapi/default.nix | 9+++++----
1 file changed, 5 insertions(+), 4 deletions(-)

diff --git a/pkgs/rmapi/default.nix b/pkgs/rmapi/default.nix @@ -1,8 +1,8 @@ -{ stdenv, lib, buildGoPackage, fetchFromGitHub }: +{ stdenv, lib, buildGoModule, fetchFromGitHub }: -buildGoPackage rec { +buildGoModule rec { name = "rmapi-${version}"; - version = "0.0.4"; + version = "0.0.11"; rev = "v${version}"; goPackagePath = "github.com/juruen/rmapi"; @@ -11,8 +11,9 @@ buildGoPackage rec { inherit rev; owner = "juruen"; repo = "rmapi"; - sha256 = "0aarlsfvcakcmgv60g5qx6m9xji784xc21md5ap0zxsa9imyvxj8"; + sha256 = "0zks1pcj2s2pqkmw0hhm41vgdhfgj2r6dmvpsagbmf64578ww349"; }; + modSha256 = "0w2qiafs5gkgv00yz16bx8yis6gnpxbgqliwrhj5k6z8yy9s7b17"; meta = { description = "Go app that allows you to access your reMarkable tablet files through the Cloud API";