1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-11-19 20:21:14 +00:00

vikunja-frontend: 0.20.1 -> 0.20.2

This commit is contained in:
kolaente 2023-01-18 19:10:28 +01:00
parent ac753f724b
commit 2eb3417f75
No known key found for this signature in database
GPG key ID: F40E70337AB24C9B

View file

@ -2,10 +2,10 @@
stdenv.mkDerivation rec {
pname = "vikunja-frontend";
version = "0.20.1";
version = "0.20.2";
src = fetchurl {
url = "https://dl.vikunja.io/frontend/${pname}-${version}.zip";
sha256 = "sha256-iKneTo+WVllmCRcJevbQFXfwSBhCY/V+aqTwfoT1XIc=";
sha256 = "sha256-7WvitR40eJPPdqwZm8C7spvEIdFIY3SGc/w4VY7spgk=";
};
nativeBuildInputs = [ unzip ];