summary refs log tree commit diff
diff options
context:
space:
mode:
authorR. Ryantm <ryantm-bot@ryantm.com>2023-07-02 08:40:14 +0000
committerYt <happysalada@tuta.io>2023-07-02 17:24:28 +0800
commit448ba394587a3a10c313aca35a96d64a0254ebcb (patch)
tree0f386e6b53782960a98c14663762baeb9d7c8952
parent3aeb69c4393868482f86da5bd07a4aa0c8fdfcd7 (diff)
downloadnixpkgs-448ba394587a3a10c313aca35a96d64a0254ebcb.tar
nixpkgs-448ba394587a3a10c313aca35a96d64a0254ebcb.tar.gz
nixpkgs-448ba394587a3a10c313aca35a96d64a0254ebcb.tar.bz2
nixpkgs-448ba394587a3a10c313aca35a96d64a0254ebcb.tar.lz
nixpkgs-448ba394587a3a10c313aca35a96d64a0254ebcb.tar.xz
nixpkgs-448ba394587a3a10c313aca35a96d64a0254ebcb.tar.zst
nixpkgs-448ba394587a3a10c313aca35a96d64a0254ebcb.zip
allure: 2.22.4 -> 2.23.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 14ce73b05df..a0ede8a0b96 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.4";
+  version = "2.23.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-oqxobClWwPNeZZhFdoX2tzD2/unG/XmvSp6hU+zzyos=";
+    sha256 = "sha256-RBe9S6eHnKhtar/rLoLs6gl2TJtCNfoGrYLDbE6CpRI=";
   };
   dontConfigure = true;
   dontBuild = true;