summary refs log tree commit diff
path: root/pkgs/development/tools/allure
diff options
context:
space:
mode:
authorR. Ryantm <ryantm-bot@ryantm.com>2022-11-04 02:40:38 +0000
committerYt <happysalada@proton.me>2022-11-04 06:25:40 -0400
commit04a7bd14b8ae910f680a8aca8549a7bc87ec5d4d (patch)
tree02c495d8ada74dd4e8675e2293bb2a2d4ab84672 /pkgs/development/tools/allure
parent7f52a00b15c5cabe0697bb4784a765e6b210f350 (diff)
allure: 2.19.0 -> 2.20.0
Diffstat (limited to 'pkgs/development/tools/allure')
-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 2c2f0f6053ebc..8a7adc122e9b1 100644
--- a/pkgs/development/tools/allure/default.nix
+++ b/pkgs/development/tools/allure/default.nix
@@ -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;