about summary refs log tree commit diff
diff options
context:
space:
mode:
authorYt <raphael@megzari.com>2024-02-02 22:33:28 +0000
committerGitHub <noreply@github.com>2024-02-02 22:33:28 +0000
commite547913cfcee2509abbf1175611d4cd6e93557c7 (patch)
tree4f99a9b82bb9355ccc4e2ab5d433264e980cfe85
parent6fb8ef9302f67dbc0538da24125bf4a95399cdbf (diff)
parent83ba6cec48b6dff87fb533720c9b846ea8dc0474 (diff)
downloadnixlib-e547913cfcee2509abbf1175611d4cd6e93557c7.tar
nixlib-e547913cfcee2509abbf1175611d4cd6e93557c7.tar.gz
nixlib-e547913cfcee2509abbf1175611d4cd6e93557c7.tar.bz2
nixlib-e547913cfcee2509abbf1175611d4cd6e93557c7.tar.lz
nixlib-e547913cfcee2509abbf1175611d4cd6e93557c7.tar.xz
nixlib-e547913cfcee2509abbf1175611d4cd6e93557c7.tar.zst
nixlib-e547913cfcee2509abbf1175611d4cd6e93557c7.zip
Merge pull request #285725 from r-ryantm/auto-update/allure
allure: 2.26.0 -> 2.27.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 f12f35b66a4d..9580a6431fd2 100644
--- a/pkgs/development/tools/allure/default.nix
+++ b/pkgs/development/tools/allure/default.nix
@@ -2,7 +2,7 @@
 
 let
   pname = "allure";
-  version = "2.26.0";
+  version = "2.27.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-db4pfbJOEkw0P/e3EB4XV3xnRnzcVHXDSn0M0fdHgDQ=";
+    sha256 = "sha256-gasOVDCNxuZlyeDbloV6iL6DAInHPEXHAvnfUfoj+gA=";
   };
   dontConfigure = true;
   dontBuild = true;