summary refs log tree commit diff
path: root/pkgs/applications/misc/safeeyes
diff options
context:
space:
mode:
authorR. RyanTM <ryantm+bot@ryantm.com>2018-06-27 13:11:04 -0700
committerR. RyanTM <ryantm+bot@ryantm.com>2018-06-27 13:11:04 -0700
commita3a31fcb22f2714ac517805897d55ffcfe7d47e8 (patch)
treec04e0223a5855d1354c830216bc4a70dfc3541b8 /pkgs/applications/misc/safeeyes
parent7c9d95fef59e2bc80fbde535df235a93d6690cc3 (diff)
downloadnixlib-a3a31fcb22f2714ac517805897d55ffcfe7d47e8.tar
nixlib-a3a31fcb22f2714ac517805897d55ffcfe7d47e8.tar.gz
nixlib-a3a31fcb22f2714ac517805897d55ffcfe7d47e8.tar.bz2
nixlib-a3a31fcb22f2714ac517805897d55ffcfe7d47e8.tar.lz
nixlib-a3a31fcb22f2714ac517805897d55ffcfe7d47e8.tar.xz
nixlib-a3a31fcb22f2714ac517805897d55ffcfe7d47e8.tar.zst
nixlib-a3a31fcb22f2714ac517805897d55ffcfe7d47e8.zip
safeeyes: 2.0.5 -> 2.0.6
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.

These checks were done:

- built on NixOS
- /nix/store/53h69rsf2wws7mdq1k7fq37crp4lx77y-safeeyes-2.0.6/bin/safeeyes passed the binary check.
- Warning: no invocation of /nix/store/53h69rsf2wws7mdq1k7fq37crp4lx77y-safeeyes-2.0.6/bin/..safeeyes-wrapped-wrapped had a zero exit code or showed the expected version
- Warning: no invocation of /nix/store/53h69rsf2wws7mdq1k7fq37crp4lx77y-safeeyes-2.0.6/bin/.safeeyes-wrapped had a zero exit code or showed the expected version
- 1 of 3 passed binary check by having a zero exit code.
- 0 of 3 passed binary check by having the new version present in output.
- found 2.0.6 with grep in /nix/store/53h69rsf2wws7mdq1k7fq37crp4lx77y-safeeyes-2.0.6
- directory tree listing: https://gist.github.com/505a88852b7a491f174c5ea908f29b0b
- du listing: https://gist.github.com/84c95c9fa3f5e9999c04687baf8cdf77
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 d216a695a3c5..e0c5946d564f 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.5";
+  version = "2.0.6";
   namePrefix = "";
 
   src = fetchPypi {
     inherit pname version;
-    sha256 = "1q52ncqn18wb3d42dzsm7lh301w6g053a685i1cnismvp86amvfl";
+    sha256 = "0s14pxicgq33srvhf6bvfq48wv3z4rlsmzkccz4ky9vh3gfx7zka";
   };
 
   buildInputs = [