Skip to content

Commit 5c7c7b1

Browse files
authored
allure: 2.32.0 -> 2.32.1 (#379214)
2 parents 57308de + 5e8ec34 commit 5c7c7b1

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
@@ -8,11 +8,11 @@
88

99
stdenv.mkDerivation (finalAttrs: {
1010
pname = "allure";
11-
version = "2.32.0";
11+
version = "2.32.1";
1212

1313
src = fetchurl {
1414
url = "https://github.com/allure-framework/allure2/releases/download/${finalAttrs.version}/allure-${finalAttrs.version}.tgz";
15-
hash = "sha256-zfqXiz6rnPn1JInqkoTkMdiw0thZvNVqeRwyDoA85lw=";
15+
hash = "sha256-EpTcdF1v6Os7FL/stqRR6OtZoPGuWp8qoC6U7NtBtaY=";
1616
};
1717

1818
dontConfigure = true;

0 commit comments

Comments
 (0)