lol
fork

Configure Feed

Select the types of activity you want to include in your feed.

snowflake-cli: 3.9.1 -> 3.11.0

Diff: https://github.com/snowflakedb/snowflake-cli/compare/refs/tags/v3.9.1...refs/tags/v3.11.0

Changelog: https://github.com/snowflakedb/snowflake-cli/blob/main/RELEASE-NOTES.md

+4 -2
+4 -2
pkgs/by-name/sn/snowflake-cli/package.nix
··· 8 8 9 9 python3Packages.buildPythonApplication rec { 10 10 pname = "snowflake-cli"; 11 - version = "3.9.1"; 11 + version = "3.11.0"; 12 12 pyproject = true; 13 13 14 14 src = fetchFromGitHub { 15 15 owner = "snowflakedb"; 16 16 repo = "snowflake-cli"; 17 17 tag = "v${version}"; 18 - hash = "sha256-2g3EiJ4mgqbyfF9brCvIWJGblWUtaBAO8qor2AeN8mU="; 18 + hash = "sha256-dJc5q3vE1G6oJq9V4JSPaSyODxKDyhprIwBo39Nu/bA="; 19 19 }; 20 20 21 21 build-system = with python3Packages; [ ··· 27 27 nativeBuildInputs = [ installShellFiles ]; 28 28 29 29 dependencies = with python3Packages; [ 30 + id 30 31 jinja2 31 32 pluggy 32 33 pyyaml ··· 78 79 79 80 disabledTestPaths = [ 80 81 "tests/app/test_version_check.py" 82 + "tests/nativeapp/test_sf_sql_facade.py" 81 83 ]; 82 84 83 85 pythonRelaxDeps = true;