Commit 47c25425 authored by R. RyanTM's avatar R. RyanTM
Browse files

python3Packages.kestra: 0.23.0 -> 1.1.0

parent cef1398c
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -12,14 +12,14 @@
}:
buildPythonPackage rec {
  pname = "kestra";
  version = "0.23.0";
  version = "1.1.0";
  pyproject = true;

  src = fetchFromGitHub {
    owner = "kestra-io";
    repo = "libs";
    tag = "v${version}";
    hash = "sha256-WtwvOSgAcN+ly0CnkL0Y7lrO4UhSSiXmoAyGXP/hFtE=";
    hash = "sha256-cDJ5c4HgwmBnRtAFp8gxCqpo8AYJcuI2tthQOXaSOmU=";
  };

  sourceRoot = "${src.name}/python";