Merge pull request #193149 from r-ryantm/auto-update/apkid

apkid: 2.1.3 -> 2.1.4
This commit is contained in:
Fabian Affolter
2022-09-27 16:22:41 +02:00
committed by GitHub
+3 -3
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; [