Unverified Commit 2d5408fd authored by jopejoe1's avatar jopejoe1 Committed by GitHub
Browse files

revanced-cli: 5.0.0 -> 5.0.1 (#398563)

parents becb1154 2f6a5490
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -8,11 +8,11 @@

stdenv.mkDerivation rec {
  pname = "revanced-cli";
  version = "5.0.0";
  version = "5.0.1";

  src = fetchurl {
    url = "https://github.com/revanced/revanced-cli/releases/download/v${version}/revanced-cli-${version}-all.jar";
    hash = "sha256-KxxdMDybGBEgu2O0wozFDMszIDz4lHrdOQ2QD5/n8tg=";
    hash = "sha256-tq+DSWAPVupR2W1Jqk0vKI4ox5zWSTSbpwyLcs4EXa8=";
  };

  nativeBuildInputs = [ makeWrapper ];