gpaste: 3.38.5 → 3.40.1

This commit is contained in:
Hernawan Fa'iz Abdillah 2021-04-12 08:11:35 +07:00 committed by Jan Tojnar
parent 63f37c7a6f
commit c7658c2292
No known key found for this signature in database
GPG key ID: 7FAB2A15F7A607A4
2 changed files with 3 additions and 3 deletions

View file

@ -17,14 +17,14 @@
}:
stdenv.mkDerivation rec {
version = "3.38.6";
version = "3.40.1";
pname = "gpaste";
src = fetchFromGitHub {
owner = "Keruspe";
repo = "GPaste";
rev = "v${version}";
sha256 = "sha256-6CIzOBq/Y9XKiv/lQAtDYK6bxhT1WxjbXhu4+noO5nI=";
sha256 = "sha256-coMye/arH0JYgcjf/y3ZS8Bijuivs9m5Z7EiJQJzThk=";
};
patches = [

View file

@ -17,7 +17,7 @@
+imports.gi.GIRepository.Repository.prepend_search_path('@typelibPath@');
+
const { GPaste } = imports.gi;
//const { GPaste } = imports.gi;
const ExtensionUtils = imports.misc.extensionUtils;
--- a/src/libgpaste/settings/gpaste-settings.c