allure: 2.20.0 -> 2.20.1

This commit is contained in:
R. Ryantm 2022-11-09 13:32:55 +00:00 committed by Yt
parent f7f9442695
commit 8e990037ee

View File

@ -2,7 +2,7 @@
let
pname = "allure";
version = "2.20.0";
version = "2.20.1";
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-NTDG0mG2qyOrUSRSm59ybXiJd6pSoSq+xE9or8YRMw8=";
sha256 = "sha256-nq7PY4CVSqfuTzN7ZDChTfYalYKb4uBG8ZnIBd7ernI=";
};
dontConfigure = true;
dontBuild = true;