summary refs log tree commit diff
path: root/pkgs/applications/misc/safeeyes
diff options
context:
space:
mode:
authorR. RyanTM <ryantm-bot@ryantm.com>2019-01-26 21:07:48 -0800
committerR. RyanTM <ryantm-bot@ryantm.com>2019-01-26 21:07:48 -0800
commit62837d0098724970431b058adf9f842bef440fca (patch)
tree1914e44ea56a607c9398d731e83501c175a8606b /pkgs/applications/misc/safeeyes
parentb7d4a356be49501ea046b28db28dc2807f5fccdb (diff)
downloadnixpkgs-62837d0098724970431b058adf9f842bef440fca.tar
nixpkgs-62837d0098724970431b058adf9f842bef440fca.tar.gz
nixpkgs-62837d0098724970431b058adf9f842bef440fca.tar.bz2
nixpkgs-62837d0098724970431b058adf9f842bef440fca.tar.lz
nixpkgs-62837d0098724970431b058adf9f842bef440fca.tar.xz
nixpkgs-62837d0098724970431b058adf9f842bef440fca.tar.zst
nixpkgs-62837d0098724970431b058adf9f842bef440fca.zip
safeeyes: 2.0.6 -> 2.0.8
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/safeeyes/versions
Diffstat (limited to 'pkgs/applications/misc/safeeyes')
-rw-r--r--pkgs/applications/misc/safeeyes/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/applications/misc/safeeyes/default.nix b/pkgs/applications/misc/safeeyes/default.nix
index 54c2a68fd59..deb456e53ed 100644
--- a/pkgs/applications/misc/safeeyes/default.nix
+++ b/pkgs/applications/misc/safeeyes/default.nix
@@ -6,12 +6,12 @@ let inherit (python3Packages) python buildPythonApplication fetchPypi;
 in buildPythonApplication rec {
   name = "${pname}-${version}";
   pname = "safeeyes";
-  version = "2.0.6";
+  version = "2.0.8";
   namePrefix = "";
 
   src = fetchPypi {
     inherit pname version;
-    sha256 = "0s14pxicgq33srvhf6bvfq48wv3z4rlsmzkccz4ky9vh3gfx7zka";
+    sha256 = "08acrf9sngjjmplszjxzfq3af9xg4xscga94q0lkck2l1kqckc2l";
   };
 
   buildInputs = [