We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9d962cd commit 5e8ec34Copy full SHA for 5e8ec34
pkgs/by-name/al/allure/package.nix
@@ -8,11 +8,11 @@
8
9
stdenv.mkDerivation (finalAttrs: {
10
pname = "allure";
11
- version = "2.32.0";
+ version = "2.32.1";
12
13
src = fetchurl {
14
url = "https://github.com/allure-framework/allure2/releases/download/${finalAttrs.version}/allure-${finalAttrs.version}.tgz";
15
- hash = "sha256-zfqXiz6rnPn1JInqkoTkMdiw0thZvNVqeRwyDoA85lw=";
+ hash = "sha256-EpTcdF1v6Os7FL/stqRR6OtZoPGuWp8qoC6U7NtBtaY=";
16
};
17
18
dontConfigure = true;
0 commit comments