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

safeeyes: 2.1.6 -> 2.1.8
This commit is contained in:
Nick Cao
2024-06-16 10:01:29 -04:00
committed by GitHub
+2 -2
View File
@@ -18,11 +18,11 @@ with python3.pkgs;
buildPythonApplication rec {
pname = "safeeyes";
version = "2.1.6";
version = "2.1.8";
src = fetchPypi {
inherit pname version;
hash = "sha256-tvsBTf6+zKBzB5aL+LUcEvE4jmVHnnoY0L4xoKMJ0vM=";
hash = "sha256-65U/j6P6X4JzhL0aEOnzKa/Al6SYprOOxix2dtcusJQ=";
};
postPatch = ''