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

pdd: 1.4 -> 1.5
This commit is contained in:
Silvan Mosberger 2020-10-25 05:10:17 +01:00 committed by GitHub
commit 605b1ecb0c
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.4";
version = "1.5";
src = fetchFromGitHub {
owner = "jarun";
repo = "pdd";
rev = "v${version}";
sha256 = "1cirb8mmxxadks7az6a3a4sp8djv45cwa9dx0zrarzfmw0x7xb9g";
sha256 = "1ivzcbm888aibiihw03idp38qbl8mywj1lc1x0q787v0pzqfb4ss";
};
format = "other";