vikunja-api: 0.20.3 -> 0.20.4

Changelog: https://kolaente.dev/vikunja/api/src/tag/v0.20.4/CHANGELOG.md
This commit is contained in:
Martin Weinelt 2023-03-12 13:54:19 +01:00
parent eb3e8ca5c1
commit 17ccdf0ebf
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.3";
version = "0.20.4";
src = fetchFromGitea {
domain = "kolaente.dev";
owner = "vikunja";
repo = "api";
rev = "v${version}";
hash = "sha256-krmshpv7X8Ua61NUSZGTT1+avoBBNSFuxPa93go3qBY=";
hash = "sha256-SkZf8LFU4/HFEWVEEj7Gl2jVwIL834GRwyua4cw9nh4=";
};
nativeBuildInputs =