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

pdd: 1.3.1 -> 1.4
This commit is contained in:
Silvan Mosberger 2019-04-15 23:58:13 +02:00 committed by GitHub
commit d122aacf69
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.3.1";
version = "1.4";
src = fetchFromGitHub {
owner = "jarun";
repo = "pdd";
rev = "v${version}";
sha256 = "0kl6d9nivf6jj1j70alz64iwbp3ip9rg4x506nannii2cfmmx5wr";
sha256 = "1cirb8mmxxadks7az6a3a4sp8djv45cwa9dx0zrarzfmw0x7xb9g";
};
format = "other";