allure: 2.19.0 -> 2.20.0

This commit is contained in:
R. Ryantm 2022-11-04 02:40:38 +00:00 committed by Yt
parent 7f52a00b15
commit 04a7bd14b8

View file

@ -2,7 +2,7 @@
let
pname = "allure";
version = "2.19.0";
version = "2.20.0";
in
stdenv.mkDerivation rec {
inherit pname version;
@ -12,7 +12,7 @@ stdenv.mkDerivation rec {
src = fetchurl {
url = "https://github.com/allure-framework/allure2/releases/download/${version}/allure-${version}.tgz";
sha256 = "sha256-WjyCU9z+szSeGbnsTTZGq8UFUpmrMPW+pTZPMk1ZC+s=";
sha256 = "sha256-NTDG0mG2qyOrUSRSm59ybXiJd6pSoSq+xE9or8YRMw8=";
};
dontConfigure = true;
dontBuild = true;