tmsu: 0.7.1 -> 0.7.4
This commit is contained in:
parent
b5a42132d5
commit
8dff3214b7
@ -2,7 +2,7 @@
|
|||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
name = "tmsu-${version}";
|
name = "tmsu-${version}";
|
||||||
version = "0.7.1";
|
version = "0.7.4";
|
||||||
|
|
||||||
go-sqlite3 = fetchgit {
|
go-sqlite3 = fetchgit {
|
||||||
url = "git://github.com/mattn/go-sqlite3";
|
url = "git://github.com/mattn/go-sqlite3";
|
||||||
@ -20,7 +20,7 @@ stdenv.mkDerivation rec {
|
|||||||
owner = "oniony";
|
owner = "oniony";
|
||||||
repo = "tmsu";
|
repo = "tmsu";
|
||||||
rev = "v${version}";
|
rev = "v${version}";
|
||||||
sha256 = "0d1sryq80chb9vrf9z0lfx4xb3sdkg01f9hqf3bb9c89vm6v2lwg";
|
sha256 = "1g9gxlll2g4qkqbrshq3888sy1lgw6p5dvcrl5qyh6w73yimi1cq";
|
||||||
};
|
};
|
||||||
|
|
||||||
buildInputs = [ go fuse ];
|
buildInputs = [ go fuse ];
|
||||||
@ -38,6 +38,7 @@ stdenv.mkDerivation rec {
|
|||||||
patchShebangs tests/.
|
patchShebangs tests/.
|
||||||
|
|
||||||
export GOPATH=$PWD
|
export GOPATH=$PWD
|
||||||
|
export GOCACHE=$TMPDIR/go-cache
|
||||||
'';
|
'';
|
||||||
|
|
||||||
installPhase = ''
|
installPhase = ''
|
||||||
|
Loading…
Reference in New Issue
Block a user