vikunja-frontend: 0.20.3 -> 0.20.4

Changelog: https://kolaente.dev/vikunja/frontend/src/tag/v0.20.4/CHANGELOG.md
This commit is contained in:
Martin Weinelt 2023-03-10 16:02:43 +01:00
parent 5a0c0f3276
commit b648285f75
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.3";
version = "0.20.4";
src = fetchurl {
url = "https://dl.vikunja.io/frontend/${pname}-${version}.zip";
sha256 = "sha256-+VtdgbJaXcPlO70Gqsur6osBb7iAvVnPv2iaHbs2Rmk=";
hash = "sha256-gkeX/2f6T8GW6jQa+qFcGc/k5cu9QoO9b3tL6B4lPOQ=";
};
nativeBuildInputs = [ unzip ];