about summary refs log tree commit diff
path: root/pkgs/tools/filesystems/tmsu
diff options
context:
space:
mode:
authorPascal Wittmann <mail@pascal-wittmann.de>2015-04-09 16:16:55 +0200
committerPascal Wittmann <mail@pascal-wittmann.de>2015-04-09 16:17:19 +0200
commite4f8ea6739ccabdc44975aa7dc1a5c90f35f692b (patch)
treeda10a41ab97f4ad3bd23b5cfce484e7f4ba3b80f /pkgs/tools/filesystems/tmsu
parentc98b8f4c11c5ea7382331e555d2ad89c2ec9961f (diff)
tmsu: update from 0.5.1 to 0.5.2
Diffstat (limited to 'pkgs/tools/filesystems/tmsu')
-rw-r--r--pkgs/tools/filesystems/tmsu/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/tools/filesystems/tmsu/default.nix b/pkgs/tools/filesystems/tmsu/default.nix
index 4761980a18d41..4f9de84a22303 100644
--- a/pkgs/tools/filesystems/tmsu/default.nix
+++ b/pkgs/tools/filesystems/tmsu/default.nix
@@ -2,7 +2,7 @@
 
 stdenv.mkDerivation rec {
   name = "tmsu-${version}";
-  version = "0.5.1";
+  version = "0.5.2";
 
   go-sqlite3 = fetchgit {
     url = "git://github.com/mattn/go-sqlite3";
@@ -20,7 +20,7 @@ stdenv.mkDerivation rec {
     owner = "oniony";
     repo = "tmsu";
     rev = "v${version}";
-    sha256 = "1fr80p5c3hd3956gn7ri5pv3gblaxw95xkpf6wz1llkmrr2i8ncp";
+    sha256 = "090wzhcd4sr3358p1f640psy42r4kd3kkhgnf8196qsh2vcx8arc";
   };
 
   buildInputs = [ go fuse ];