about summary refs log tree commit diff
path: root/pkgs
diff options
context:
space:
mode:
authorYt <raphael@megzari.com>2024-04-25 02:26:02 +0000
committerGitHub <noreply@github.com>2024-04-25 02:26:02 +0000
commit94b5a21400c38b7ffa1aae23f2c67744c43fee18 (patch)
treebe6b95858d08b728dcea49f852542e49927ad6e3 /pkgs
parente4e95ef5238f5f0341471cac917f9a1535b559db (diff)
parent7689740036c970ccbdbefdbf26345c4750f3f8d0 (diff)
Merge pull request #306665 from r-ryantm/auto-update/allure
allure: 2.28.0 -> 2.29.0
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 ddae95298e47d..1c781b0f42f44 100644
--- a/pkgs/development/tools/allure/default.nix
+++ b/pkgs/development/tools/allure/default.nix
@@ -2,7 +2,7 @@
 
 let
   pname = "allure";
-  version = "2.28.0";
+  version = "2.29.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-n+wmmY2936PQkHuS9DS7f51n3Eko/OM7nHHFbi85+Lk=";
+    sha256 = "sha256-ohcVXblnCrNs57BWmz+wUwplfIG9fOW8l08LuipNhPs=";
   };
   dontConfigure = true;
   dontBuild = true;