tangled
alpha
login
or
join now
pyrox.dev
/
nixpkgs
lol
0
fork
atom
overview
issues
pulls
pipelines
allure: 2.19.0 -> 2.20.0
authored by
R. Ryantm
and committed by
Yt
3 years ago
04a7bd14
7f52a00b
+2
-2
1 changed file
expand all
collapse all
unified
split
pkgs
development
tools
allure
default.nix
+2
-2
pkgs/development/tools/allure/default.nix
···
2
3
let
4
pname = "allure";
5
-
version = "2.19.0";
6
in
7
stdenv.mkDerivation rec {
8
inherit pname version;
···
12
13
src = fetchurl {
14
url = "https://github.com/allure-framework/allure2/releases/download/${version}/allure-${version}.tgz";
15
-
sha256 = "sha256-WjyCU9z+szSeGbnsTTZGq8UFUpmrMPW+pTZPMk1ZC+s=";
16
};
17
dontConfigure = true;
18
dontBuild = true;
···
2
3
let
4
pname = "allure";
5
+
version = "2.20.0";
6
in
7
stdenv.mkDerivation rec {
8
inherit pname version;
···
12
13
src = fetchurl {
14
url = "https://github.com/allure-framework/allure2/releases/download/${version}/allure-${version}.tgz";
15
+
sha256 = "sha256-NTDG0mG2qyOrUSRSm59ybXiJd6pSoSq+xE9or8YRMw8=";
16
};
17
dontConfigure = true;
18
dontBuild = true;