Jan Tojnar 2022-02-09 22:30:39 +01:00
parent c4384583ea
commit edf122269e
2 changed files with 13 additions and 13 deletions

View file

@ -8,12 +8,12 @@
, gettext
, itstool
, glib
, gtk3
, gtk4
, coreutils
, libsoup
, libsoup_3
, libsecret
, libhandy
, wrapGAppsHook
, libadwaita
, wrapGAppsHook4
, libgpg-error
, json-glib
, duplicity
@ -21,14 +21,14 @@
stdenv.mkDerivation rec {
pname = "deja-dup";
version = "42.8";
version = "43.2";
src = fetchFromGitLab {
domain = "gitlab.gnome.org";
owner = "World";
repo = pname;
rev = version;
sha256 = "sha256-DkRqZAj47wzt4lDvhAbO0PYcRA7oHEo2k69IMLOD3Ps=";
sha256 = "sha256-iFrPx/m/nTdm7xVVd1SZh5QNpSqI+TCbMfx0/jLgc1c=";
};
patches = [
@ -45,15 +45,15 @@ stdenv.mkDerivation rec {
vala
gettext
itstool
wrapGAppsHook
wrapGAppsHook4
];
buildInputs = [
libsoup
libsoup_3
glib
gtk3
gtk4
libsecret
libhandy
libadwaita
libgpg-error
json-glib
];

View file

@ -1,6 +1,6 @@
--- a/libdeja/tools/duplicity/DuplicityInstance.vala
+++ b/libdeja/tools/duplicity/DuplicityInstance.vala
@@ -159,7 +159,7 @@
--- a/libdeja/duplicity/DuplicityInstance.vala
+++ b/libdeja/duplicity/DuplicityInstance.vala
@@ -114,7 +114,7 @@ internal class DuplicityInstance : Object
// We already are pretty sure we don't have other duplicities in our
// archive directories, because we use our own and we ensure we only have
// one deja-dup running at a time via DBus.