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

allure: 2.24.0 -> 2.24.1

parent 733cba14
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -2,7 +2,7 @@

let
  pname = "allure";
  version = "2.24.0";
  version = "2.24.1";
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-rLVvLqLC2hSxXWDxrw/PFq4o9DeDGU9aBxZuRHkxWfo=";
    sha256 = "sha256-pUNHE1bJclo8fsHBj6FUHqp6SZtC+RCrmICgn9/PL9c=";
  };
  dontConfigure = true;
  dontBuild = true;