Skip to content

Commit 66f5b4d

Browse files
authored
allure: 2.34.1 -> 2.35.0 (#439999)
2 parents 631ebd8 + b247ae4 commit 66f5b4d

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.34.1";
11+
version = "2.35.0";
1212

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

1818
dontConfigure = true;

0 commit comments

Comments
 (0)