Unverified Commit 433367a7 authored by Matthias Beyer's avatar Matthias Beyer Committed by GitHub
Browse files

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

allure: 2.23.1 -> 2.24.0
parents ee5a39cb 6fed30b6
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -2,7 +2,7 @@

let
  pname = "allure";
  version = "2.23.1";
  version = "2.24.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-B06QKq6X9epmRt1wbGORzh8fLUXRAHo1Tv2hWUXJ9Ds=";
    sha256 = "sha256-rLVvLqLC2hSxXWDxrw/PFq4o9DeDGU9aBxZuRHkxWfo=";
  };
  dontConfigure = true;
  dontBuild = true;