uplosi: 0.1.1 -> 0.1.2
Signed-off-by: Paul Meyer <49727155+katexochen@users.noreply.github.com>
This commit is contained in:
parent
948c4d7de2
commit
0e728ee19f
1 changed files with 3 additions and 3 deletions
|
@ -4,16 +4,16 @@
|
||||||
}:
|
}:
|
||||||
buildGo121Module rec {
|
buildGo121Module rec {
|
||||||
pname = "uplosi";
|
pname = "uplosi";
|
||||||
version = "0.1.1";
|
version = "0.1.2";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "edgelesssys";
|
owner = "edgelesssys";
|
||||||
repo = pname;
|
repo = pname;
|
||||||
rev = "v${version}";
|
rev = "v${version}";
|
||||||
hash = "sha256-YhB0kx/rbHMHSPC2zWcBY7bD677btSCyPEgWY7yuxC4=";
|
hash = "sha256-9hOeKnjH6r3CPQSe6fQ6PXlVPEJ9NiyXvp5N1krG2XA=";
|
||||||
};
|
};
|
||||||
|
|
||||||
vendorHash = "sha256-3WLDmw2rhmjrKJ8QXtARS9p8qFx17iwUnljwoUep2uc=";
|
vendorHash = "sha256-RsjUPLe8omoN+XGyNhHDxzNfZR7VVTkh/f/On1oCRqM=";
|
||||||
|
|
||||||
CGO_ENABLED = "0";
|
CGO_ENABLED = "0";
|
||||||
ldflags = [ "-s" "-w" "-buildid=" "-X main.version=${version}" ];
|
ldflags = [ "-s" "-w" "-buildid=" "-X main.version=${version}" ];
|
||||||
|
|
Loading…
Reference in a new issue