From 5114f00db09d6821d18a8cebc6bf274106c0b29c Mon Sep 17 00:00:00 2001 From: "Felix C. Stegerman" <flx@obfusk.net> Date: Thu, 8 Jul 2021 14:59:23 +0200 Subject: [PATCH] apksigcopier: 1.0.0 -> 1.0.1 --- pkgs/development/tools/apksigcopier/default.nix | 13 ++++++------- 1 file changed, 6 insertions(+), 7 deletions(-) diff --git a/pkgs/development/tools/apksigcopier/default.nix b/pkgs/development/tools/apksigcopier/default.nix index 972de479ee78..16cfbad52a07 100644 --- a/pkgs/development/tools/apksigcopier/default.nix +++ b/pkgs/development/tools/apksigcopier/default.nix @@ -10,13 +10,13 @@ python3.pkgs.buildPythonApplication rec { pname = "apksigcopier"; - version = "1.0.0"; + version = "1.0.1"; src = fetchFromGitHub { owner = "obfusk"; repo = "apksigcopier"; rev = "v${version}"; - sha256 = "1la1ml91jvqc1zakbqfpayjbs67pi3i18bsgz3mf11rxgphd3fpk"; + sha256 = "07ldq3q1x2lpb15q5s5i1pbg89sn6ah45amskm9pndqlh16z9k2x"; }; nativeBuildInputs = [ installShellFiles pandoc ]; @@ -42,12 +42,11 @@ python3.pkgs.buildPythonApplication rec { ''; meta = with lib; { - description = "Copy/extract/patch apk signatures & compare apks"; + description = "Copy/extract/patch android apk signatures & compare apks"; longDescription = '' - apksigcopier is a tool for copying APK signatures from a signed APK - to an unsigned one (in order to verify reproducible builds). It can - also be used to compare two APKs with different signatures. Its - command-line tool offers four operations: + apksigcopier is a tool for copying android APK signatures from a signed APK to an unsigned one (in order to verify reproducible builds). + It can also be used to compare two APKs with different signatures. + Its command-line tool offers four operations: * copy signatures directly from a signed to an unsigned APK * extract signatures from a signed APK to a directory