tangled
alpha
login
or
join now
pyrox.dev
/
nixpkgs
lol
0
fork
atom
overview
issues
pulls
pipelines
vikunja-frontend: 0.19.0 -> 0.19.1
Martin Weinelt
3 years ago
dca09e9a
17b1f4e6
+2
-2
1 changed file
expand all
collapse all
unified
split
pkgs
servers
web-apps
vikunja
frontend.nix
+2
-2
pkgs/servers/web-apps/vikunja/frontend.nix
···
2
3
stdenv.mkDerivation rec {
4
pname = "vikunja-frontend";
5
-
version = "0.19.0";
6
src = fetchurl {
7
url = "https://dl.vikunja.io/frontend/${pname}-${version}.zip";
8
-
sha256 = "sha256-pdUNPfGgbSMyXcS2HKMekIiIzJ3GutHCs0gFVkHN9yc=";
9
};
10
11
nativeBuildInputs = [ unzip ];
···
2
3
stdenv.mkDerivation rec {
4
pname = "vikunja-frontend";
5
+
version = "0.19.1";
6
src = fetchurl {
7
url = "https://dl.vikunja.io/frontend/${pname}-${version}.zip";
8
+
sha256 = "sha256-Kf55M1m/NBQhgaul/4seDMdPFU8jhgOwTNAzdgVg2OQ=";
9
};
10
11
nativeBuildInputs = [ unzip ];