Unverified Commit 957cef83 authored by Fabian Affolter's avatar Fabian Affolter Committed by GitHub
Browse files

cloudgoat: 2.3.0 -> 2.3.1 (#446423)

parents 62a85b56 63755154
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -6,14 +6,14 @@

python3.pkgs.buildPythonApplication rec {
  pname = "cloudgoat";
  version = "2.3.0";
  version = "2.3.1";
  pyproject = true;

  src = fetchFromGitHub {
    owner = "RhinoSecurityLabs";
    repo = "cloudgoat";
    tag = "v${version}";
    hash = "sha256-xDUDpdEluYKudrjIYOoQWNvF8BoC/VpSVdV5pzfLoMc=";
    hash = "sha256-GYhi4rh+JXyUQkRkE5XsbczWbGEt1zqsALBQcwRWJbI=";
  };

  build-system = with python3.pkgs; [ poetry-core ];