apkid: 2.1.3 -> 2.1.4

This commit is contained in:
R. Ryantm 2022-09-27 07:21:52 +00:00
parent ea4a87537c
commit 99f1216f7e

View file

@ -5,14 +5,14 @@
python3.pkgs.buildPythonApplication rec {
pname = "apkid";
version = "2.1.3";
version = "2.1.4";
format = "setuptools";
src = fetchFromGitHub {
owner = "rednaga";
repo = "APKiD";
rev = "v${version}";
hash = "sha256-U4CsPTA0fXCzj5iLTbLFGudAvewVCzxe4xl0osoBy5A=";
rev = "refs/tags/v${version}";
hash = "sha256-ASxly2dH+TnwvU3CYD52XbC79n2dku01j3+YHOZ745U=";
};
propagatedBuildInputs = with python3.pkgs; [