3
0
Fork 0
forked from mirrors/nixpkgs

tmsu: update from 0.4.3 to 0.5.0

This commit is contained in:
Pascal Wittmann 2015-02-08 11:44:20 +01:00
parent b83433cdd1
commit 97049ccf80

View file

@ -2,7 +2,7 @@
stdenv.mkDerivation rec {
name = "tmsu-${version}";
version = "0.4.3";
version = "0.5.0";
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 = "1jwmzqn3rd59malkp7ypjphd863afablhfsdxjnlap7zx72zb3dn";
sha256 = "1as8whsk3dq9nkn4czc8q73nvlab343mdvm1sjllrnfkmz0s4cab";
};
buildInputs = [ go fuse ];
@ -56,4 +56,4 @@ stdenv.mkDerivation rec {
license = licenses.gpl3;
platforms = platforms.all;
};
}
}