forked from mirrors/nixpkgs
awslogs: 0.10 -> 0.11.0
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/awslogs/versions
This commit is contained in:
parent
e0950ae9ad
commit
6bbe1da810
|
@ -2,13 +2,13 @@
|
||||||
|
|
||||||
python3Packages.buildPythonApplication rec {
|
python3Packages.buildPythonApplication rec {
|
||||||
pname = "awslogs";
|
pname = "awslogs";
|
||||||
version = "0.10";
|
version = "0.11.0";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "jorgebastida";
|
owner = "jorgebastida";
|
||||||
repo = "awslogs";
|
repo = "awslogs";
|
||||||
rev = "${version}";
|
rev = "${version}";
|
||||||
sha256 = "18s3xxdhhbz96mgj9ipgyrdcax3p9gy8gpmr0rblw8g0grj31dsp";
|
sha256 = "0vdpld7r7y78x1lcd5z3qsx047dwichxb8f3447yzl75fnsm75dc";
|
||||||
};
|
};
|
||||||
|
|
||||||
doCheck = false;
|
doCheck = false;
|
||||||
|
|
Loading…
Reference in a new issue