Skip to content

Commit

Permalink
allure: 2.26.0 -> 2.27.0
Browse files Browse the repository at this point in the history
  • Loading branch information
r-ryantm committed Feb 2, 2024
1 parent 06da8f6 commit 83ba6ce
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/development/tools/allure/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

let
pname = "allure";
version = "2.26.0";
version = "2.27.0";
in
stdenv.mkDerivation rec {
inherit pname version;
Expand All @@ -12,7 +12,7 @@ stdenv.mkDerivation rec {

src = fetchurl {
url = "https://github.com/allure-framework/allure2/releases/download/${version}/allure-${version}.tgz";
sha256 = "sha256-db4pfbJOEkw0P/e3EB4XV3xnRnzcVHXDSn0M0fdHgDQ=";
sha256 = "sha256-gasOVDCNxuZlyeDbloV6iL6DAInHPEXHAvnfUfoj+gA=";
};
dontConfigure = true;
dontBuild = true;
Expand Down

0 comments on commit 83ba6ce

Please sign in to comment.