summary refs log tree commit diff
path: root/pkgs/tools/filesystems/tmsu
diff options
context:
space:
mode:
authorPascal Wittmann <mail@pascal-wittmann.de>2015-02-09 19:25:32 +0100
committerPascal Wittmann <mail@pascal-wittmann.de>2015-02-09 19:26:28 +0100
commit5478bcffae44899df9c9670dfc8a6d6933bee374 (patch)
treedc42c11d2829cbeaa0dad073a4344d4738b4e48e /pkgs/tools/filesystems/tmsu
parenta81cfcc47527d222e6ae7fd5a5e22b70760f0227 (diff)
downloadnixpkgs-5478bcffae44899df9c9670dfc8a6d6933bee374.tar
nixpkgs-5478bcffae44899df9c9670dfc8a6d6933bee374.tar.gz
nixpkgs-5478bcffae44899df9c9670dfc8a6d6933bee374.tar.bz2
nixpkgs-5478bcffae44899df9c9670dfc8a6d6933bee374.tar.lz
nixpkgs-5478bcffae44899df9c9670dfc8a6d6933bee374.tar.xz
nixpkgs-5478bcffae44899df9c9670dfc8a6d6933bee374.tar.zst
nixpkgs-5478bcffae44899df9c9670dfc8a6d6933bee374.zip
tmsu: update from 0.5.0 to 0.5.1
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 0f7b5c4a770..4761980a18d 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.0";
+  version = "0.5.1";
 
   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 = "1as8whsk3dq9nkn4czc8q73nvlab343mdvm1sjllrnfkmz0s4cab";
+    sha256 = "1fr80p5c3hd3956gn7ri5pv3gblaxw95xkpf6wz1llkmrr2i8ncp";
   };
 
   buildInputs = [ go fuse ];