Merge pull request #69480 from r-ryantm/auto-update/credstash

credstash: 1.15.0 -> 1.16.1
This commit is contained in:
Renaud 2019-10-12 14:50:19 +02:00 committed by GitHub
commit e8c1011cf9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2,11 +2,11 @@
buildPythonPackage rec { buildPythonPackage rec {
pname = "credstash"; pname = "credstash";
version = "1.15.0"; version = "1.16.1";
src = fetchPypi { src = fetchPypi {
inherit pname version; inherit pname version;
sha256 = "814560f99ae2409e2c6d906d878f9dadada5d1d0a950aafb6b2c0d535291bdfb"; sha256 = "019wviz3hx0pkh3mgqr3prg55njyhzvhjqcpndgrfmkykjkcj435";
}; };
# The install phase puts an executable and a copy of the library it imports in # The install phase puts an executable and a copy of the library it imports in