Unverified Commit dc61fc93 authored by Luflosi's avatar Luflosi
Browse files
parent ee457b8b
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -10,7 +10,7 @@

python3.pkgs.buildPythonApplication rec {
  pname = "satellite";
  version = "0.4.2";
  version = "0.4.3";

  pyproject = true;

@@ -19,7 +19,7 @@ python3.pkgs.buildPythonApplication rec {
    owner = "tpikonen";
    repo = "satellite";
    rev = version;
    hash = "sha256-VPljvbHsPpBvH//LFs1P0YiyMfQxTLHrrxqnVk261hg=";
    hash = "sha256-4L6zbHjWAIJJv2N3XKcfHSZUAUC2FPjK5hT9XGBtQ3w=";
  };

  nativeBuildInputs = [