allure: 2.24.0 -> 2.24.1

This commit is contained in:
R. Ryantm 2023-10-07 20:03:15 +00:00 committed by Yt
parent 733cba14b2
commit 3a1bd77b52

View File

@ -2,7 +2,7 @@
let
pname = "allure";
version = "2.24.0";
version = "2.24.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-rLVvLqLC2hSxXWDxrw/PFq4o9DeDGU9aBxZuRHkxWfo=";
sha256 = "sha256-pUNHE1bJclo8fsHBj6FUHqp6SZtC+RCrmICgn9/PL9c=";
};
dontConfigure = true;
dontBuild = true;