We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 83d9f79 commit 79e078cCopy full SHA for 79e078c
.gitignore
@@ -2,3 +2,4 @@ uplosi
2
dist
3
/uplosi.conf
4
/uplosi.conf.d
5
+result
flake.nix
@@ -12,14 +12,14 @@
12
(system:
13
let
14
pkgs = nixpkgs.legacyPackages.${system};
15
- version = "0.1.1";
+ version = "0.1.2";
16
uplosi = pkgs.buildGo121Module
17
{
18
pname = "uplosi";
19
version = version;
20
src = ./.;
21
# this needs to be updated together with go.mod / go.sum
22
- vendorHash = "sha256-3WLDmw2rhmjrKJ8QXtARS9p8qFx17iwUnljwoUep2uc=";
+ vendorHash = "sha256-RsjUPLe8omoN+XGyNhHDxzNfZR7VVTkh/f/On1oCRqM=";
23
24
preBuild = ''
25
export CGO_ENABLED=0
0 commit comments