Commit 64756b5c authored by R. RyanTM's avatar R. RyanTM
Browse files

geph: 0.2.93 -> 0.2.99

parent eaf1a8c1
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -23,16 +23,16 @@ let
in
rustPlatform.buildRustPackage (finalAttrs: {
  pname = "geph5";
  version = "0.2.93";
  version = "0.2.99";

  src = fetchFromGitHub {
    owner = "geph-official";
    repo = "geph5";
    rev = "geph5-client-v${finalAttrs.version}";
    hash = "sha256-ZYcGW6Ssauf5BUs75KBV+4Zub2ZCVN29cWTxeNi87cI=";
    hash = "sha256-AWdVFpIP+LIZz6zqcx0GJxDs4ZWGR6JgpHDVAg0mHaU=";
  };

  cargoHash = "sha256-0Ml8tgWghxhDJzUMMD+YGwy3fyFjKcNjbV8MDJW8rZk=";
  cargoHash = "sha256-zFCq29vtsbwbo6JBRdX+CziKZVoxwpt6y3BYVlIqZfc=";

  postPatch = ''
    substituteInPlace binaries/geph5-client/src/vpn/*.sh \