Unverified Commit e87031fe authored by Seth Flynn's avatar Seth Flynn Committed by GitHub
Browse files

deja-dup: 48.2 -> 48.3 (#428598)

parents b30e0dfa 4ebd1ea7
Loading
Loading
Loading
Loading
+3 −2
Original line number Diff line number Diff line
@@ -28,14 +28,14 @@

stdenv.mkDerivation (finalAttrs: {
  pname = "deja-dup";
  version = "48.2";
  version = "48.3";

  src = fetchFromGitLab {
    domain = "gitlab.gnome.org";
    owner = "World";
    repo = "deja-dup";
    rev = finalAttrs.version;
    hash = "sha256-g6bGOlpiEMJ9d+xe2GJyTBWAuGlY9EZTlJaYhB/5Ldw=";
    hash = "sha256-3tjJljCdugfjfysd0afUYY7Gc1UcaP4w4jgxVDr5tBM=";
  };

  patches = [
@@ -92,6 +92,7 @@ stdenv.mkDerivation (finalAttrs: {
      and uses duplicity as the backend.
    '';
    homepage = "https://apps.gnome.org/DejaDup/";
    changelog = "https://gitlab.gnome.org/World/deja-dup/-/releases/${finalAttrs.version}";
    license = licenses.gpl3Plus;
    maintainers = with maintainers; [ jtojnar ];
    teams = [ teams.gnome-circle ];