fscrypt-experimental: 0.2.6 -> 0.2.7
This commit is contained in:
parent
0005b13fc5
commit
14e1f448f0
@ -4,19 +4,18 @@
|
|||||||
|
|
||||||
buildGoModule rec {
|
buildGoModule rec {
|
||||||
pname = "fscrypt";
|
pname = "fscrypt";
|
||||||
version = "0.2.6";
|
version = "0.2.7";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "google";
|
owner = "google";
|
||||||
repo = "fscrypt";
|
repo = "fscrypt";
|
||||||
rev = "v${version}";
|
rev = "v${version}";
|
||||||
sha256 = "15pwhz4267kwhkv532k6wgjqfzawawdrrk6vnl017ys5s9ln51a8";
|
sha256 = "0h1ssw9x37hvks8rcnsjq4nsl6djmhx53iiwrw8fw4lf3nlmdzpx";
|
||||||
};
|
};
|
||||||
|
|
||||||
postPatch = ''
|
postPatch = ''
|
||||||
substituteInPlace Makefile \
|
substituteInPlace Makefile \
|
||||||
--replace 'TAG_VERSION := $(shell git describe --tags)' "" \
|
--replace 'TAG_VERSION := $(shell git describe --tags)' "" \
|
||||||
--replace '$(shell date)' '$(shell date --date="@0")' \
|
|
||||||
--replace "/usr/local" "$out"
|
--replace "/usr/local" "$out"
|
||||||
'';
|
'';
|
||||||
|
|
||||||
@ -46,6 +45,7 @@ buildGoModule rec {
|
|||||||
directories.
|
directories.
|
||||||
'';
|
'';
|
||||||
inherit (src.meta) homepage;
|
inherit (src.meta) homepage;
|
||||||
|
changelog = "https://github.com/google/fscrypt/releases/tag/v${version}";
|
||||||
license = licenses.asl20;
|
license = licenses.asl20;
|
||||||
platforms = platforms.linux;
|
platforms = platforms.linux;
|
||||||
maintainers = with maintainers; [ primeos ];
|
maintainers = with maintainers; [ primeos ];
|
||||||
|
Loading…
x
Reference in New Issue
Block a user