Unverified Commit 89ee2c91 authored by Aleksana's avatar Aleksana Committed by GitHub
Browse files

Merge pull request #332938 from r-ryantm/auto-update/safeeyes

safeeyes: 2.2.1 -> 2.2.2
parents 314641a5 b361684c
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 = ''