rmapi: 0.0.22.1 -> 0.0.25

(backport of commit b5987e098d)
This commit is contained in:
Markus S. Wamser
2023-01-04 13:51:56 +01:00
parent 97d9268186
commit 78b8e2ef4e

View File

@@ -2,16 +2,16 @@
buildGoModule rec {
pname = "rmapi";
version = "0.0.22.1";
version = "0.0.25";
src = fetchFromGitHub {
owner = "juruen";
repo = "rmapi";
rev = "v${version}";
sha256 = "sha256-tYGlI7p5KAskN+Y6vvBEm4+s9rKtL4TN43N/btN27UI=";
sha256 = "sha256-7pwCd9tey7w5B8UgsMLHegPqmmY1prLM+Sk9o42X9lY=";
};
vendorSha256 = "sha256-LmKcHV0aq7NDEwaL+u8zXkbKzzdWD8zmnAGw5xShDYo=";
vendorSha256 = "sha256-Id2RaiSxthyR6egDQz2zulbSZ4STRTaA3yQIr6Mx9kg=";
doCheck = false;