vikunja-frontend: 0.17.0 -> 0.18.0

This commit is contained in:
Leo Maroni 2021-09-05 20:49:59 +02:00
parent 742750ccfd
commit e0fbad9a66
No known key found for this signature in database
GPG key ID: B1ADA545CD2CBACD

View file

@ -2,10 +2,10 @@
stdenv.mkDerivation rec {
pname = "vikunja-frontend";
version = "0.17.0";
version = "0.18.0";
src = fetchurl {
url = "https://dl.vikunja.io/frontend/${pname}-${version}.zip";
sha256 = "sha256-LUYBCdEwDMwhFuIIRmnrtQN9ChaEZyFbItMxh27H5XY=";
sha256 = "sha256-LV7+HfXeNcVHuoo+n6fuAQoIb/m0lOs6JYYMNLM/jTA=";
};
nativeBuildInputs = [ unzip ];