summary refs log tree commit diff
path: root/pkgs/applications/misc/tomboy
diff options
context:
space:
mode:
authorStefan Siegl <stesie@brokenpipe.de>2017-07-18 21:25:15 +0200
committerStefan Siegl <stesie@brokenpipe.de>2017-07-18 22:39:29 +0200
commitfe05e165f7ceae8ee26b1dc79d6d07145f84d9b6 (patch)
treec82bfad3134c5c3219213b614c9cc4d77616f716 /pkgs/applications/misc/tomboy
parent3c9897431ba199992b674d4d70295b57962232d2 (diff)
downloadnixlib-fe05e165f7ceae8ee26b1dc79d6d07145f84d9b6.tar
nixlib-fe05e165f7ceae8ee26b1dc79d6d07145f84d9b6.tar.gz
nixlib-fe05e165f7ceae8ee26b1dc79d6d07145f84d9b6.tar.bz2
nixlib-fe05e165f7ceae8ee26b1dc79d6d07145f84d9b6.tar.lz
nixlib-fe05e165f7ceae8ee26b1dc79d6d07145f84d9b6.tar.xz
nixlib-fe05e165f7ceae8ee26b1dc79d6d07145f84d9b6.tar.zst
nixlib-fe05e165f7ceae8ee26b1dc79d6d07145f84d9b6.zip
tomboy: 1.15.7 -> 1.15.9
Diffstat (limited to 'pkgs/applications/misc/tomboy')
-rw-r--r--pkgs/applications/misc/tomboy/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/applications/misc/tomboy/default.nix b/pkgs/applications/misc/tomboy/default.nix
index 5d03989a39e1..4464ab6a608d 100644
--- a/pkgs/applications/misc/tomboy/default.nix
+++ b/pkgs/applications/misc/tomboy/default.nix
@@ -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