revanced-cli: 5.0.0 -> 5.0.1

This commit is contained in:
R. Ryantm
2025-04-14 13:17:08 +00:00
parent db0c531d95
commit 2f6a5490f0
+2 -2
View File
@@ -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 ];