Merge pull request #249104 from fabaff/dbx-bump

dbx: 0.8.11 -> 0.8.18

authored by

Fabian Affolter and committed by
GitHub
cfb6ce15 87c5a6a8

+2 -2
+2 -2
pkgs/applications/misc/dbx/default.nix
··· 6 6 7 7 python3.pkgs.buildPythonApplication rec { 8 8 pname = "dbx"; 9 - version = "0.8.11"; 9 + version = "0.8.18"; 10 10 format = "setuptools"; 11 11 12 12 src = fetchFromGitHub { 13 13 owner = "databrickslabs"; 14 14 repo = "dbx"; 15 15 rev = "refs/tags/v${version}"; 16 - hash = "sha256-dArR1z3wkGDd3Y1WHK0sLjhuaKHAcsx6cCH2rgVdUGs="; 16 + hash = "sha256-5qjEABNTSUD9I2uAn49HQ4n+gbAcmfnqS4Z2M9MvFXQ="; 17 17 }; 18 18 19 19 pythonRelaxDeps = [