tomboy: 1.15.7 -> 1.15.9

This commit is contained in:
Stefan Siegl
2017-07-18 22:39:29 +02:00
parent 3c9897431b
commit fe05e165f7
2 changed files with 5 additions and 3 deletions
+2 -2
View File
@@ -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
+3 -1
View File
@@ -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 {};