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-02-12 10:02:10 +0000
committerYt <happysalada@proton.me>2023-02-12 06:06:00 -0500
commita61aa829abd21472ce540122085b9154177deecb (patch)
tree813a12282c59f696b9e4359ecb8dda8cc3c2eaaa /pkgs/development/tools/allure/default.nix
parentcf53bcd8b57e9fb498b9871605ad9ef86435d166 (diff)
downloadnixpkgs-a61aa829abd21472ce540122085b9154177deecb.tar
nixpkgs-a61aa829abd21472ce540122085b9154177deecb.tar.gz
nixpkgs-a61aa829abd21472ce540122085b9154177deecb.tar.bz2
nixpkgs-a61aa829abd21472ce540122085b9154177deecb.tar.lz
nixpkgs-a61aa829abd21472ce540122085b9154177deecb.tar.xz
nixpkgs-a61aa829abd21472ce540122085b9154177deecb.tar.zst
nixpkgs-a61aa829abd21472ce540122085b9154177deecb.zip
allure: 2.20.1 -> 2.21.0
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 07ca36be34e..dfc82c78d3e 100644
--- a/pkgs/development/tools/allure/default.nix
+++ b/pkgs/development/tools/allure/default.nix
@@ -2,7 +2,7 @@
 
 let
   pname = "allure";
-  version = "2.20.1";
+  version = "2.21.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-nq7PY4CVSqfuTzN7ZDChTfYalYKb4uBG8ZnIBd7ernI=";
+    sha256 = "sha256-fX/GNDUUxO8LvPoeoT+tf0n3EcgJlm6kc1lx0lfbiq4=";
   };
   dontConfigure = true;
   dontBuild = true;