universal-android-debloater: 1.0.2 -> 1.0.3
This commit is contained in:
parent
b1b78f4369
commit
ded43a6baf
@ -14,16 +14,16 @@
|
|||||||
}:
|
}:
|
||||||
rustPlatform.buildRustPackage rec {
|
rustPlatform.buildRustPackage rec {
|
||||||
pname = "universal-android-debloater";
|
pname = "universal-android-debloater";
|
||||||
version = "1.0.2";
|
version = "1.0.3";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "Universal-Debloater-Alliance";
|
owner = "Universal-Debloater-Alliance";
|
||||||
repo = "universal-android-debloater-next-generation";
|
repo = "universal-android-debloater-next-generation";
|
||||||
rev = "v${version}";
|
rev = "v${version}";
|
||||||
hash = "sha256-v2svWAurYoUZzOHypM+Pk0FCnfSi1NH80jIafYxwLPQ=";
|
hash = "sha256-yiCl6inPFveMO4IA2NwwpEmbRSmrZBeZR+eiKzGj6a0=";
|
||||||
};
|
};
|
||||||
|
|
||||||
cargoHash = "sha256-gO1tvY565T+361JNVkFH4pC1ky2oxJqp/OCbS9sNeMI=";
|
cargoHash = "sha256-HqyOslcr3pwDvpZ8CNbAy2W5jGhWGWoe/rutq0leNaY=";
|
||||||
|
|
||||||
buildInputs = [
|
buildInputs = [
|
||||||
expat
|
expat
|
||||||
|
Loading…
Reference in New Issue
Block a user