summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorR. Ryantm <ryantm-bot@ryantm.com>2022-08-11 08:24:07 +0000
committerYt <happysalada@proton.me>2022-08-12 22:37:50 -0400
commit5f8169320c74990dfb92f8cee36f2d90b2db3155 (patch)
tree49e28f9176dd392003d883512beeb98114f8d442
parent17ec3bac4d35c564dc6829eb7be3c9f7065aa796 (diff)
allure: 2.18.1 -> 2.19.0
-rw-r--r--pkgs/development/tools/allure/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/tools/allure/default.nix b/pkgs/development/tools/allure/default.nix
index a85de41c2493..2c2f0f6053eb 100644
--- a/pkgs/development/tools/allure/default.nix
+++ b/pkgs/development/tools/allure/default.nix
@@ -2,7 +2,7 @@
let
pname = "allure";
- version = "2.18.1";
+ version = "2.19.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-6psHHmU9TN0iugmPErdeLHevm+T2/3IJIp7kMdUSFd8=";
+ sha256 = "sha256-WjyCU9z+szSeGbnsTTZGq8UFUpmrMPW+pTZPMk1ZC+s=";
};
dontConfigure = true;
dontBuild = true;