nixpkgs mirror (for testing) github.com/NixOS/nixpkgs
nix

Merge pull request #76239 from kjuvi/cipher

cipher: 2.0.0 -> 2.5.0

authored by

worldofpeace and committed by
GitHub
8ce02fe9 4dc3d2ff

+6 -7
+6 -7
pkgs/applications/misc/cipher/default.nix
··· 10 10 , glib 11 11 , gtk3 12 12 , libgee 13 - , xdg_utils 14 13 , wrapGAppsHook }: 15 14 16 15 stdenv.mkDerivation rec { 17 16 pname = "cipher"; 18 - version = "2.0.0"; 17 + version = "2.5.0"; 19 18 20 19 src = fetchFromGitHub { 21 20 owner = "arshubham"; 22 21 repo = "cipher"; 23 22 rev = version; 24 - sha256 = "0n5aigcyxnl4k52mdmavbxx6afc1ixymn3k3l2ryhyzi5q31x0x3"; 23 + sha256 = "00azc5ck17zkdypfza6x1viknwhimd9fqgk2ybff3mx6aphmla7a"; 25 24 }; 26 25 27 26 nativeBuildInputs = [ ··· 41 42 ]; 42 43 43 44 postPatch = '' 44 - substituteInPlace data/com.github.arshubham.cipher.desktop.in \ 45 - --replace xdg-open ${xdg_utils}/bin/xdg-open 46 - chmod +x post_install.py 47 - patchShebangs post_install.py 45 + substituteInPlace data/com.github.arshubham.cipher.desktop.in \ 46 + --replace "gio" "${glib.bin}/bin/gio" 47 + chmod +x meson/post_install.py 48 + patchShebangs meson/post_install.py 48 49 ''; 49 50 50 51 passthru = {