summary refs log tree commit diff
path: root/pkgs/tools/filesystems/tmsu
diff options
context:
space:
mode:
authorPascal Wittmann <mail@pascal-wittmann.de>2016-03-15 18:16:35 +0100
committerPascal Wittmann <mail@pascal-wittmann.de>2016-03-15 18:17:04 +0100
commit0146e01e5867ef9346f820ea46e76a1aec2647c9 (patch)
treed8d1728abebf2f54189bd58092a04989681f860f /pkgs/tools/filesystems/tmsu
parent33825a29f4ed7b332fae30b887abae97bd864224 (diff)
downloadnixpkgs-0146e01e5867ef9346f820ea46e76a1aec2647c9.tar
nixpkgs-0146e01e5867ef9346f820ea46e76a1aec2647c9.tar.gz
nixpkgs-0146e01e5867ef9346f820ea46e76a1aec2647c9.tar.bz2
nixpkgs-0146e01e5867ef9346f820ea46e76a1aec2647c9.tar.lz
nixpkgs-0146e01e5867ef9346f820ea46e76a1aec2647c9.tar.xz
nixpkgs-0146e01e5867ef9346f820ea46e76a1aec2647c9.tar.zst
nixpkgs-0146e01e5867ef9346f820ea46e76a1aec2647c9.zip
tmsu: 0.6.0 -> 0.6.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 218a2fe0e05..5ebd567b8ba 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.6.0";
+  version = "0.6.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 = "1fqq8cj1awwhb076s88l489kj664ndc343gqi8c21yp9wj6fzpnq";
+    sha256 = "08mz08pw59zaljp7dcndklnfdbn36ld27capivq3ifbq96nnqdf3";
   };
 
   buildInputs = [ go fuse ];