Merge pull request #188808 from r-ryantm/auto-update/pdd

pdd: 1.5 -> 1.6
This commit is contained in:
Robert Scott 2022-08-29 21:41:09 +01:00 committed by GitHub
commit 87068d9e2e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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";