cipher: 2.0.0 -> 2.5.0

This commit is contained in:
kjuvi 2019-12-23 10:39:48 +01:00
parent 8b21b3a42e
commit 25fb2b68a9

View File

@ -10,18 +10,17 @@
, glib , glib
, gtk3 , gtk3
, libgee , libgee
, xdg_utils
, wrapGAppsHook }: , wrapGAppsHook }:
stdenv.mkDerivation rec { stdenv.mkDerivation rec {
pname = "cipher"; pname = "cipher";
version = "2.0.0"; version = "2.5.0";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "arshubham"; owner = "arshubham";
repo = "cipher"; repo = "cipher";
rev = version; rev = version;
sha256 = "0n5aigcyxnl4k52mdmavbxx6afc1ixymn3k3l2ryhyzi5q31x0x3"; sha256 = "00azc5ck17zkdypfza6x1viknwhimd9fqgk2ybff3mx6aphmla7a";
}; };
nativeBuildInputs = [ nativeBuildInputs = [
@ -43,9 +42,9 @@ stdenv.mkDerivation rec {
postPatch = '' postPatch = ''
substituteInPlace data/com.github.arshubham.cipher.desktop.in \ substituteInPlace data/com.github.arshubham.cipher.desktop.in \
--replace xdg-open ${xdg_utils}/bin/xdg-open --replace "gio" "${glib.bin}/bin/gio"
chmod +x post_install.py chmod +x meson/post_install.py
patchShebangs post_install.py patchShebangs meson/post_install.py
''; '';
passthru = { passthru = {