vikunja-frontend: 0.20.4 -> 0.20.5

Changelog: https://kolaente.dev/vikunja/frontend/src/tag/v0.20.5/CHANGELOG.md
This commit is contained in:
Martin Weinelt 2023-03-12 13:49:59 +01:00
parent 9f6bee2880
commit eb3e8ca5c1
No known key found for this signature in database
GPG key ID: 87C1E9888F856759

View file

@ -2,11 +2,11 @@
stdenv.mkDerivation rec {
pname = "vikunja-frontend";
version = "0.20.4";
version = "0.20.5";
src = fetchurl {
url = "https://dl.vikunja.io/frontend/${pname}-${version}.zip";
hash = "sha256-gkeX/2f6T8GW6jQa+qFcGc/k5cu9QoO9b3tL6B4lPOQ=";
hash = "sha256-fUWMlayE8pxVBGloLrywVAFCXF/3vlrz/CHjHNBa7U8=";
};
nativeBuildInputs = [ unzip ];