Unverified Commit 64d53339 authored by Luflosi's avatar Luflosi
Browse files
parent 7ba4dd3f
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -11,7 +11,7 @@

python3.pkgs.buildPythonApplication rec {
  pname = "satellite";
  version = "0.9.0";
  version = "0.9.1";

  pyproject = true;

@@ -20,7 +20,7 @@ python3.pkgs.buildPythonApplication rec {
    owner = "tpikonen";
    repo = "satellite";
    tag = version;
    hash = "sha256-w0ZpH1joFoV7W7PH74//LGLUJQLCpAGcC6GlyTbdsTE=";
    hash = "sha256-E/OKdVB+JDP/01ydEgA/B6+GMiVYB4jlPI70TW8HBDU=";
  };

  nativeBuildInputs = [