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>2022-05-27 01:20:43 +0000
committerYt <raphael@megzari.com>2022-05-28 05:22:18 -0400
commit8cb56ba64a05ee579e31b8c72691d14f9d6b56eb (patch)
treefbc79e150242051da051f63658472b2415294288 /pkgs/development/tools/allure/default.nix
parent3863d3921e8272bb82015e4475c99815c2a3509a (diff)
downloadnixpkgs-8cb56ba64a05ee579e31b8c72691d14f9d6b56eb.tar
nixpkgs-8cb56ba64a05ee579e31b8c72691d14f9d6b56eb.tar.gz
nixpkgs-8cb56ba64a05ee579e31b8c72691d14f9d6b56eb.tar.bz2
nixpkgs-8cb56ba64a05ee579e31b8c72691d14f9d6b56eb.tar.lz
nixpkgs-8cb56ba64a05ee579e31b8c72691d14f9d6b56eb.tar.xz
nixpkgs-8cb56ba64a05ee579e31b8c72691d14f9d6b56eb.tar.zst
nixpkgs-8cb56ba64a05ee579e31b8c72691d14f9d6b56eb.zip
allure: 2.17.3 -> 2.18.1
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 2988a559aa7..a85de41c249 100644
--- a/pkgs/development/tools/allure/default.nix
+++ b/pkgs/development/tools/allure/default.nix
@@ -2,7 +2,7 @@
 
 let
   pname = "allure";
-  version = "2.17.3";
+  version = "2.18.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-WGeCzWwyLEb4WmlA6Vs8L2TL3NTL6sky5TLeiwV8iJY=";
+    sha256 = "sha256-6psHHmU9TN0iugmPErdeLHevm+T2/3IJIp7kMdUSFd8=";
   };
   dontConfigure = true;
   dontBuild = true;