Merge pull request #298987 from r-ryantm/auto-update/universal-android-debloater

universal-android-debloater: 1.0.2 -> 1.0.3
This commit is contained in:
Weijia Wang 2024-03-26 02:41:28 +01:00 committed by GitHub
commit eab4e7e546
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 3 additions and 3 deletions

View File

@ -14,16 +14,16 @@
}:
rustPlatform.buildRustPackage rec {
pname = "universal-android-debloater";
version = "1.0.2";
version = "1.0.3";
src = fetchFromGitHub {
owner = "Universal-Debloater-Alliance";
repo = "universal-android-debloater-next-generation";
rev = "v${version}";
hash = "sha256-v2svWAurYoUZzOHypM+Pk0FCnfSi1NH80jIafYxwLPQ=";
hash = "sha256-yiCl6inPFveMO4IA2NwwpEmbRSmrZBeZR+eiKzGj6a0=";
};
cargoHash = "sha256-gO1tvY565T+361JNVkFH4pC1ky2oxJqp/OCbS9sNeMI=";
cargoHash = "sha256-HqyOslcr3pwDvpZ8CNbAy2W5jGhWGWoe/rutq0leNaY=";
buildInputs = [
expat