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 { stdenv.mkDerivation rec {
pname = "vikunja-frontend"; pname = "vikunja-frontend";
version = "0.20.1"; version = "0.20.2";
src = fetchurl { src = fetchurl {
url = "https://dl.vikunja.io/frontend/${pname}-${version}.zip"; url = "https://dl.vikunja.io/frontend/${pname}-${version}.zip";
sha256 = "sha256-iKneTo+WVllmCRcJevbQFXfwSBhCY/V+aqTwfoT1XIc="; sha256 = "sha256-7WvitR40eJPPdqwZm8C7spvEIdFIY3SGc/w4VY7spgk=";
}; };
nativeBuildInputs = [ unzip ]; nativeBuildInputs = [ unzip ];