allure: 2.22.4 -> 2.23.0

This commit is contained in:
R. Ryantm 2023-07-02 08:40:14 +00:00 committed by Yt
parent 3aeb69c439
commit 448ba39458

View file

@ -2,7 +2,7 @@
let
pname = "allure";
version = "2.22.4";
version = "2.23.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-oqxobClWwPNeZZhFdoX2tzD2/unG/XmvSp6hU+zzyos=";
sha256 = "sha256-RBe9S6eHnKhtar/rLoLs6gl2TJtCNfoGrYLDbE6CpRI=";
};
dontConfigure = true;
dontBuild = true;