Commit e8ff7f6f authored by R. RyanTM's avatar R. RyanTM Committed by Yt
Browse files

allure: 2.22.1 -> 2.22.4

parent 1db32903
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -2,7 +2,7 @@

let
  pname = "allure";
  version = "2.22.1";
  version = "2.22.4";
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-4eXYIZp44ymim1wVqAGZq3RPftAVbSHrZm6P9m3W8ro=";
    sha256 = "sha256-oqxobClWwPNeZZhFdoX2tzD2/unG/XmvSp6hU+zzyos=";
  };
  dontConfigure = true;
  dontBuild = true;