tmsu: update from 0.5.1 to 0.5.2

This commit is contained in:
Pascal Wittmann 2015-04-09 16:16:55 +02:00
parent c98b8f4c11
commit e4f8ea6739

View File

@ -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 ];