summary refs log tree commit diff
diff options
context:
space:
mode:
authorAnton Mosich <anton@mosich.at>2023-08-03 14:41:10 +0200
committerAnderson Torres <torres.anderson.85@protonmail.com>2023-08-04 19:11:36 +0000
commit9591244e00f3a164a96b60585e687d46c565876f (patch)
tree3611b57845ee0c216cb52fee57b571c6d1f03906
parentf6f02db1e83d556237c775ac7ea512079ec51f9b (diff)
safeeyes: 2.1.5 -> 2.1.6
-rw-r--r--pkgs/applications/misc/safeeyes/default.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/applications/misc/safeeyes/default.nix b/pkgs/applications/misc/safeeyes/default.nix
index 4b845737e7c85..6c839f65d942e 100644
--- a/pkgs/applications/misc/safeeyes/default.nix
+++ b/pkgs/applications/misc/safeeyes/default.nix
@@ -18,11 +18,11 @@ with python3.pkgs;
 
 buildPythonApplication rec {
   pname = "safeeyes";
-  version = "2.1.5";
+  version = "2.1.6";
 
   src = fetchPypi {
     inherit pname version;
-    sha256 = "sha256-IjFDhkqtMitdcQORerRqwty3ZMP8jamPtb9oMHdre4I=";
+    hash = "sha256-tvsBTf6+zKBzB5aL+LUcEvE4jmVHnnoY0L4xoKMJ0vM=";
   };
 
   nativeBuildInputs = [
@@ -51,7 +51,7 @@ buildPythonApplication rec {
   postInstall = ''
     mkdir -p $out/share/applications
     cp -r safeeyes/platform/icons $out/share/icons/
-    cp safeeyes/platform/safeeyes.desktop $out/share/applications/safeeyes.desktop
+    cp safeeyes/platform/io.github.slgobinath.SafeEyes.desktop $out/share/applications/io.github.slgobinath.SafeEyes.desktop
   '';
 
   preFixup = ''