lol

python3Packages.aws-sam-translator: 1.91.0 -> 1.94.0

https://github.com/aws/serverless-application-model/releases/tag/v1.94.0

+3 -3
+3 -3
pkgs/development/python-modules/aws-sam-translator/default.nix
··· 18 18 19 19 buildPythonPackage rec { 20 20 pname = "aws-sam-translator"; 21 - version = "1.91.0"; 21 + version = "1.94.0"; 22 22 pyproject = true; 23 23 24 24 disabled = pythonOlder "3.7"; ··· 27 27 owner = "aws"; 28 28 repo = "serverless-application-model"; 29 29 tag = "v${version}"; 30 - hash = "sha256-jcRpn9STkfg1xTwYzkpoYyuG0Hrv0XnbW1h6+SxzEjA="; 30 + hash = "sha256-o6LjkNG8Ao0Qqel17iAi3fo2cTuSjJ5AWitkKpS4NWc="; 31 31 }; 32 32 33 33 postPatch = '' ··· 89 89 meta = with lib; { 90 90 description = "Python library to transform SAM templates into AWS CloudFormation templates"; 91 91 homepage = "https://github.com/aws/serverless-application-model"; 92 - changelog = "https://github.com/aws/serverless-application-model/releases/tag/v${version}"; 92 + changelog = "https://github.com/aws/serverless-application-model/releases/tag/${src.tag}"; 93 93 license = licenses.asl20; 94 94 maintainers = [ ]; 95 95 };