summary refs log tree commit diff
path: root/pkgs/applications/misc/safeeyes
diff options
context:
space:
mode:
authorR. RyanTM <ryantm+bot@ryantm.com>2018-04-19 23:15:07 -0700
committerR. RyanTM <ryantm+bot@ryantm.com>2018-04-19 23:15:07 -0700
commitf110d54c72468d9fc594753c18daa38b2e36bd95 (patch)
tree6f42e99bf46d2d3ec61bd7fc226bd37106540986 /pkgs/applications/misc/safeeyes
parent333a24a628391137a7283f09498edd5822f12023 (diff)
downloadnixpkgs-f110d54c72468d9fc594753c18daa38b2e36bd95.tar
nixpkgs-f110d54c72468d9fc594753c18daa38b2e36bd95.tar.gz
nixpkgs-f110d54c72468d9fc594753c18daa38b2e36bd95.tar.bz2
nixpkgs-f110d54c72468d9fc594753c18daa38b2e36bd95.tar.lz
nixpkgs-f110d54c72468d9fc594753c18daa38b2e36bd95.tar.xz
nixpkgs-f110d54c72468d9fc594753c18daa38b2e36bd95.tar.zst
nixpkgs-f110d54c72468d9fc594753c18daa38b2e36bd95.zip
safeeyes: 2.0.2 -> 2.0.5
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
- ran ‘/nix/store/gzc1ivdll8xp7mx7ii0l9xkhfjzw872a-safeeyes-2.0.5/bin/safeeyes -h’ got 0 exit code
- ran ‘/nix/store/gzc1ivdll8xp7mx7ii0l9xkhfjzw872a-safeeyes-2.0.5/bin/safeeyes --help’ got 0 exit code
- found 2.0.5 with grep in /nix/store/gzc1ivdll8xp7mx7ii0l9xkhfjzw872a-safeeyes-2.0.5
- directory tree listing: https://gist.github.com/748ac5c50858dc7c1d5736104b8970b3
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 7c3bda8c06d..d216a695a3c 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.2";
+  version = "2.0.5";
   namePrefix = "";
 
   src = fetchPypi {
     inherit pname version;
-    sha256 = "1fx6zd4hnbc7gdpac6r7smxwdl1bifaxx3mnx0wrqfvhpnwr1ybv";
+    sha256 = "1q52ncqn18wb3d42dzsm7lh301w6g053a685i1cnismvp86amvfl";
   };
 
   buildInputs = [