about summary refs log tree commit diff
path: root/pkgs/applications/misc
diff options
context:
space:
mode:
authorworldofpeace <worldofpeace@protonmail.ch>2019-12-23 14:01:47 -0500
committerGitHub <noreply@github.com>2019-12-23 14:01:47 -0500
commit8ce02fe9bcb91683e197ca8b4ba635b26bdfb5dc (patch)
tree3318840de247b0fd229e0a32915b92b18beec249 /pkgs/applications/misc
parent4dc3d2ffe94152fc657e33a9164fca80ec6f0a8b (diff)
parent25fb2b68a912dc48ad9c03d24e1b6c9929c2451e (diff)
downloadnixlib-8ce02fe9bcb91683e197ca8b4ba635b26bdfb5dc.tar
nixlib-8ce02fe9bcb91683e197ca8b4ba635b26bdfb5dc.tar.gz
nixlib-8ce02fe9bcb91683e197ca8b4ba635b26bdfb5dc.tar.bz2
nixlib-8ce02fe9bcb91683e197ca8b4ba635b26bdfb5dc.tar.lz
nixlib-8ce02fe9bcb91683e197ca8b4ba635b26bdfb5dc.tar.xz
nixlib-8ce02fe9bcb91683e197ca8b4ba635b26bdfb5dc.tar.zst
nixlib-8ce02fe9bcb91683e197ca8b4ba635b26bdfb5dc.zip
Merge pull request #76239 from kjuvi/cipher
cipher: 2.0.0 -> 2.5.0
Diffstat (limited to 'pkgs/applications/misc')
-rw-r--r--pkgs/applications/misc/cipher/default.nix13
1 files changed, 6 insertions, 7 deletions
diff --git a/pkgs/applications/misc/cipher/default.nix b/pkgs/applications/misc/cipher/default.nix
index 9265724c7d12..cdcfcc00481a 100644
--- a/pkgs/applications/misc/cipher/default.nix
+++ b/pkgs/applications/misc/cipher/default.nix
@@ -10,18 +10,17 @@
 , glib
 , gtk3
 , libgee
-, xdg_utils
 , wrapGAppsHook }:
 
 stdenv.mkDerivation rec {
   pname = "cipher";
-  version = "2.0.0";
+  version = "2.5.0";
 
   src = fetchFromGitHub {
     owner = "arshubham";
     repo = "cipher";
     rev = version;
-    sha256 = "0n5aigcyxnl4k52mdmavbxx6afc1ixymn3k3l2ryhyzi5q31x0x3";
+    sha256 = "00azc5ck17zkdypfza6x1viknwhimd9fqgk2ybff3mx6aphmla7a";
   };
 
   nativeBuildInputs = [
@@ -42,10 +41,10 @@ stdenv.mkDerivation rec {
   ];
 
   postPatch = ''
-  	substituteInPlace data/com.github.arshubham.cipher.desktop.in \
-  		--replace xdg-open ${xdg_utils}/bin/xdg-open
-    chmod +x post_install.py
-    patchShebangs post_install.py
+    substituteInPlace data/com.github.arshubham.cipher.desktop.in \
+      --replace "gio" "${glib.bin}/bin/gio"
+    chmod +x meson/post_install.py
+    patchShebangs meson/post_install.py
   '';
 
   passthru = {