Merge pull request #27478 from stesie/update-tomboy

tomboy: 1.15.7 -> 1.15.9
This commit is contained in:
Jörg Thalheim 2017-07-18 22:37:20 +01:00 committed by GitHub
commit b73cf3d903
2 changed files with 5 additions and 3 deletions

@ -4,7 +4,7 @@
, makeWrapper, lib}:
let
version = "1.15.7";
version = "1.15.9";
in
stdenv.mkDerivation {
@ -12,7 +12,7 @@ stdenv.mkDerivation {
src = fetchurl {
url = "https://github.com/tomboy-notes/tomboy/releases/download/${version}/tomboy-${version}.tar.xz";
sha256 = "1i6sv6w2ms2x0nkgxq11agljiyg0yl4x2rzmcyvs2hxyf574hd1y";
sha256 = "0j5jmd079bm2fydqaic5ymbfdxna3qlx6fkp2mqhgcdr7prsbl3q";
};
buildInputs = [ itstool intltool pkgconfig

@ -19129,7 +19129,9 @@ with pkgs;
tomb = callPackage ../os-specific/linux/tomb {};
tomboy = callPackage ../applications/misc/tomboy {};
tomboy = callPackage ../applications/misc/tomboy {
mono = mono46;
};
imatix_gsl = callPackage ../development/tools/imatix_gsl {};