about summary refs log tree commit diff
path: root/pkgs
diff options
context:
space:
mode:
authorR. Ryantm <ryantm-bot@ryantm.com>2023-08-01 02:57:53 +0000
committerYt <happysalada@tuta.io>2023-08-01 13:10:33 +0800
commit9c5f0aacfa8f4dc1aa082e80359b617a2e7aa965 (patch)
tree5580d57e336d593b5278f91663bf9cd5816258ac /pkgs
parent97588fcdb27354c3226e658cda3c50588def21f1 (diff)
allure: 2.23.0 -> 2.23.1
Diffstat (limited to 'pkgs')
-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 a0ede8a0b9643..511f8a7383519 100644
--- a/pkgs/development/tools/allure/default.nix
+++ b/pkgs/development/tools/allure/default.nix
@@ -2,7 +2,7 @@
 
 let
   pname = "allure";
-  version = "2.23.0";
+  version = "2.23.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-RBe9S6eHnKhtar/rLoLs6gl2TJtCNfoGrYLDbE6CpRI=";
+    sha256 = "sha256-B06QKq6X9epmRt1wbGORzh8fLUXRAHo1Tv2hWUXJ9Ds=";
   };
   dontConfigure = true;
   dontBuild = true;