Unverified Commit 3a93ed87 authored by Yt's avatar Yt Committed by GitHub
Browse files

Merge pull request #281733 from r-ryantm/auto-update/allure

allure: 2.25.0 -> 2.26.0
parents c0228dd8 d38dd87d
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -2,7 +2,7 @@

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

  src = fetchurl {
    url = "https://github.com/allure-framework/allure2/releases/download/${version}/allure-${version}.tgz";
    sha256 = "sha256-eR26rvrLla7kcrr/IYKXFlV8jKCwKUjpUj6/oLrz9sA=";
    sha256 = "sha256-db4pfbJOEkw0P/e3EB4XV3xnRnzcVHXDSn0M0fdHgDQ=";
  };
  dontConfigure = true;
  dontBuild = true;