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.
2 parents 631ebd8 + b247ae4 commit 66f5b4dCopy full SHA for 66f5b4d
pkgs/by-name/al/allure/package.nix
@@ -8,11 +8,11 @@
8
9
stdenv.mkDerivation (finalAttrs: {
10
pname = "allure";
11
- version = "2.34.1";
+ version = "2.35.0";
12
13
src = fetchurl {
14
url = "https://github.com/allure-framework/allure2/releases/download/${finalAttrs.version}/allure-${finalAttrs.version}.tgz";
15
- hash = "sha256-3xPFiDQp7dUEGiTW0HKolE5lJ00ddqRB/UXSWFURNJo=";
+ hash = "sha256-LUbwg2jOORIqHbw5EritSBHbsVJgRYyc1cFMuAy3nAg=";
16
};
17
18
dontConfigure = true;
0 commit comments