Skip to content

Commit 3a3b818

Browse files
authored
allure: 2.31.0 -> 2.32.0 (#360838)
2 parents 8b125fe + 870d90e commit 3a3b818

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pkgs/by-name/al/allure/package.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,11 @@
77

88
stdenv.mkDerivation (finalAttrs: {
99
pname = "allure";
10-
version = "2.31.0";
10+
version = "2.32.0";
1111

1212
src = fetchurl {
1313
url = "https://github.com/allure-framework/allure2/releases/download/${finalAttrs.version}/allure-${finalAttrs.version}.tgz";
14-
hash = "sha256-rhuIf+lwxw55SscOmtCsbrcIdjpTTM9joQbMbx8G0Uw=";
14+
hash = "sha256-zfqXiz6rnPn1JInqkoTkMdiw0thZvNVqeRwyDoA85lw=";
1515
};
1616

1717
dontConfigure = true;

0 commit comments

Comments
 (0)