3
0
Fork 0
forked from mirrors/nixpkgs

Merge pull request #52395 from r-ryantm/auto-update/awslogs

awslogs: 0.10 -> 0.11.0
This commit is contained in:
Renaud 2018-12-17 15:11:20 +01:00 committed by GitHub
commit 45c9e8c00c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -2,13 +2,13 @@
python3Packages.buildPythonApplication rec {
pname = "awslogs";
version = "0.10";
version = "0.11.0";
src = fetchFromGitHub {
owner = "jorgebastida";
repo = "awslogs";
rev = "${version}";
sha256 = "18s3xxdhhbz96mgj9ipgyrdcax3p9gy8gpmr0rblw8g0grj31dsp";
sha256 = "0vdpld7r7y78x1lcd5z3qsx047dwichxb8f3447yzl75fnsm75dc";
};
doCheck = false;