summary refs log tree commit diff
path: root/pkgs/development/tools/allure/default.nix
diff options
context:
space:
mode:
authorR. Ryantm <ryantm-bot@ryantm.com>2023-06-28 22:22:01 +0000
committerYt <happysalada@tuta.io>2023-06-29 07:08:54 +0800
commite8ff7f6f4b7ef34c4dbdda7696e368357e596cd8 (patch)
tree84e4f837367c270f3a267b4ff75eadd16521e1fb /pkgs/development/tools/allure/default.nix
parent1db32903d26286740381611b6b3e93a3f06c23c4 (diff)
downloadnixpkgs-e8ff7f6f4b7ef34c4dbdda7696e368357e596cd8.tar
nixpkgs-e8ff7f6f4b7ef34c4dbdda7696e368357e596cd8.tar.gz
nixpkgs-e8ff7f6f4b7ef34c4dbdda7696e368357e596cd8.tar.bz2
nixpkgs-e8ff7f6f4b7ef34c4dbdda7696e368357e596cd8.tar.lz
nixpkgs-e8ff7f6f4b7ef34c4dbdda7696e368357e596cd8.tar.xz
nixpkgs-e8ff7f6f4b7ef34c4dbdda7696e368357e596cd8.tar.zst
nixpkgs-e8ff7f6f4b7ef34c4dbdda7696e368357e596cd8.zip
allure: 2.22.1 -> 2.22.4
Diffstat (limited to 'pkgs/development/tools/allure/default.nix')
-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 8b7269f90b3..14ce73b05df 100644
--- a/pkgs/development/tools/allure/default.nix
+++ b/pkgs/development/tools/allure/default.nix
@@ -2,7 +2,7 @@
 
 let
   pname = "allure";
-  version = "2.22.1";
+  version = "2.22.4";
 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-4eXYIZp44ymim1wVqAGZq3RPftAVbSHrZm6P9m3W8ro=";
+    sha256 = "sha256-oqxobClWwPNeZZhFdoX2tzD2/unG/XmvSp6hU+zzyos=";
   };
   dontConfigure = true;
   dontBuild = true;