revanced-cli: 4.4.0 -> 4.4.1

This commit is contained in:
R. Ryantm 2024-03-07 02:43:38 +00:00
parent f32e786e98
commit cbdb247808

View File

@ -2,11 +2,11 @@
stdenv.mkDerivation rec {
pname = "revanced-cli";
version = "4.4.0";
version = "4.4.1";
src = fetchurl {
url = "https://github.com/revanced/revanced-cli/releases/download/v${version}/revanced-cli-${version}-all.jar";
hash = "sha256-ydP9iPClWNKlbBhsNC1bzqfJYRyit1WsxIgwbQQbgi8=";
hash = "sha256-8uhKbEA3H8GY4ydefkLXAqCZdDIZANs3gZQGYyCUdOM=";
};
nativeBuildInputs = [ makeWrapper ];