Unverified Commit 8f223430 authored by dotlambda's avatar dotlambda Committed by GitHub
Browse files

python3Packages.dbt-protos: 1.0.434 -> 1.0.455 (#498517)

parents 49e64bc6 37d74593
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -8,14 +8,14 @@

buildPythonPackage rec {
  pname = "dbt-protos";
  version = "1.0.434";
  version = "1.0.455";
  pyproject = true;

  src = fetchFromGitHub {
    owner = "dbt-labs";
    repo = "proto-python-public";
    tag = "v${version}";
    hash = "sha256-sKPPiGL836YB2hIbcmqEC7LXAqYzvXO2a+1dFDVIm0w=";
    hash = "sha256-o0H5sGXVxiZgc9Vdwgd5IUlzqHRqSuYbkwI/R9M8uY8=";
  };

  build-system = [