Commit b361684c authored by R. RyanTM's avatar R. RyanTM
Browse files

safeeyes: 2.2.1 -> 2.2.2

parent 28d6d07b
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -18,11 +18,11 @@ with python3.pkgs;

buildPythonApplication rec {
  pname = "safeeyes";
  version = "2.2.1";
  version = "2.2.2";

  src = fetchPypi {
    inherit pname version;
    hash = "sha256-Ub/KcNG2jg4revtfOpr0vDyHzw3vCy+bqLeXX4Po+cw=";
    hash = "sha256-k/CNxLScZDCXiwJhP5qh5HD5VUKlOLaYV8ICYgz6NKI=";
  };

  postPatch = ''