pdd: 1.5 -> 1.6

This commit is contained in:
R. Ryantm 2022-08-29 12:28:10 +00:00
parent d6be38280c
commit 235337fa80

View File

@ -2,13 +2,13 @@
buildPythonApplication rec {
pname = "pdd";
version = "1.5";
version = "1.6";
src = fetchFromGitHub {
owner = "jarun";
repo = "pdd";
rev = "v${version}";
sha256 = "1ivzcbm888aibiihw03idp38qbl8mywj1lc1x0q787v0pzqfb4ss";
rev = "refs/tags/v${version}";
sha256 = "sha256-Z+jUFu4VvrgWUtkXMkjspcRJ/JG81X9gc2tnDoCdrsk=";
};
format = "other";