safeeyes: 2.1.6 -> 2.1.8

This commit is contained in:
R. Ryantm 2024-06-15 02:15:44 +00:00
parent 49aefbf4e0
commit 1bde290b82

View File

@ -18,11 +18,11 @@ with python3.pkgs;
buildPythonApplication rec { buildPythonApplication rec {
pname = "safeeyes"; pname = "safeeyes";
version = "2.1.6"; version = "2.1.8";
src = fetchPypi { src = fetchPypi {
inherit pname version; inherit pname version;
hash = "sha256-tvsBTf6+zKBzB5aL+LUcEvE4jmVHnnoY0L4xoKMJ0vM="; hash = "sha256-65U/j6P6X4JzhL0aEOnzKa/Al6SYprOOxix2dtcusJQ=";
}; };
postPatch = '' postPatch = ''