resticprofile: 0.28.0 -> 0.29.1
This commit is contained in:
parent
3588c602ae
commit
4081b09e7a
@ -11,13 +11,13 @@
|
|||||||
|
|
||||||
buildGo123Module rec {
|
buildGo123Module rec {
|
||||||
pname = "resticprofile";
|
pname = "resticprofile";
|
||||||
version = "0.28.0";
|
version = "0.29.1";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "creativeprojects";
|
owner = "creativeprojects";
|
||||||
repo = "resticprofile";
|
repo = "resticprofile";
|
||||||
tag = "v${version}";
|
tag = "v${version}";
|
||||||
hash = "sha256-Ab+XesAw/GkNEGwAp1ERUlfDlI9Kxmd0UnS52v+nWIs=";
|
hash = "sha256-6s58rI+YMu6sCV8UsG9GOdF46Br3cMWIUqciVd2d4dY=";
|
||||||
};
|
};
|
||||||
|
|
||||||
postPatch = ''
|
postPatch = ''
|
||||||
@ -32,9 +32,10 @@ buildGo123Module rec {
|
|||||||
|
|
||||||
'';
|
'';
|
||||||
|
|
||||||
vendorHash = "sha256-LLFdVB4n07Sq/QH1C7rutdpzfhkJvM9lvRg5exyYixM=";
|
vendorHash = "sha256-N39zPGos5EYRXGylsHFSjJ4EcQ9jahBOGV8xn7fF7gc=";
|
||||||
|
|
||||||
ldflags = [
|
ldflags = [
|
||||||
|
"-X main.version=${version}"
|
||||||
"-X main.commit=${src.rev}"
|
"-X main.commit=${src.rev}"
|
||||||
"-X main.date=unknown"
|
"-X main.date=unknown"
|
||||||
"-X main.builtBy=nixpkgs"
|
"-X main.builtBy=nixpkgs"
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user