Skip to content

Commit

Permalink
deja-dup: 36.1 -> 36.3
Browse files Browse the repository at this point in the history
Motivation for change: Latest version which includes some bug fixes.
  • Loading branch information
joncojonathan authored and globin committed Oct 21, 2017
1 parent 255130b commit c2709fe
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pkgs/applications/backup/deja-dup/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,11 @@

stdenv.mkDerivation rec {
name = "deja-dup-${version}";
version = "36.1";
version = "36.3";

src = fetchurl {
url = "https://launchpad.net/deja-dup/36/${version}/+download/deja-dup-${version}.tar.xz";
sha256 = "1s48k2sxrpwkzp37s4x7934lyg5194c47nv9ks15rksd5s0alnld";
sha256 = "08pwybzp7ynfcf0vqxfc3p8ir4gnzcv4v4cq5bwidbff9crklhrc";
};

patches = [
Expand Down Expand Up @@ -77,7 +77,7 @@ stdenv.mkDerivation rec {
'';
homepage = https://launchpad.net/deja-dup;
license = with licenses; gpl3;
maintainers = with maintainers; [ jtojnar ];
maintainers = with maintainers; [ jtojnar joncojonathan ];
platforms = with platforms; linux;
};
}

0 comments on commit c2709fe

Please sign in to comment.