vikunja-api: 0.20.2 -> 0.20.3

Changelog: https://kolaente.dev/vikunja/api/src/tag/v0.20.3/CHANGELOG.md
This commit is contained in:
Martin Weinelt 2023-03-10 16:02:02 +01:00
parent 76d58a2faf
commit 5a0c0f3276
No known key found for this signature in database
GPG Key ID: 87C1E9888F856759

View File

@ -2,14 +2,14 @@
buildGoModule rec {
pname = "vikunja-api";
version = "0.20.2";
version = "0.20.3";
src = fetchFromGitea {
domain = "kolaente.dev";
owner = "vikunja";
repo = "api";
rev = "v${version}";
sha256 = "sha256-VSzjP6fC9zxUnY3ZhapRUXUS4V7+BVvXJKrxm71CK4o=";
hash = "sha256-krmshpv7X8Ua61NUSZGTT1+avoBBNSFuxPa93go3qBY=";
};
nativeBuildInputs =
@ -24,7 +24,7 @@ buildGoModule rec {
'';
in [ fakeGit mage ];
vendorSha256 = "sha256-8qaEMHBZcop1wH3tmNKAAMEYA4qrE6dlwxhRsCDeZaY=";
vendorSha256 = "sha256-TY6xJnz6phIrybZ2Ix7xwuMzGQ1f0xk0KwgPnaTaKYw=";
# checks need to be disabled because of needed internet for some checks
doCheck = false;