Skip to content

Commit 79e078c

Browse files
committed
Prepare v0.1.2 release
Signed-off-by: Paul Meyer <[email protected]>
1 parent 83d9f79 commit 79e078c

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

Diff for: .gitignore

+1
Original file line numberDiff line numberDiff line change
@@ -2,3 +2,4 @@ uplosi
22
dist
33
/uplosi.conf
44
/uplosi.conf.d
5+
result

Diff for: flake.nix

+2-2
Original file line numberDiff line numberDiff line change
@@ -12,14 +12,14 @@
1212
(system:
1313
let
1414
pkgs = nixpkgs.legacyPackages.${system};
15-
version = "0.1.1";
15+
version = "0.1.2";
1616
uplosi = pkgs.buildGo121Module
1717
{
1818
pname = "uplosi";
1919
version = version;
2020
src = ./.;
2121
# this needs to be updated together with go.mod / go.sum
22-
vendorHash = "sha256-3WLDmw2rhmjrKJ8QXtARS9p8qFx17iwUnljwoUep2uc=";
22+
vendorHash = "sha256-RsjUPLe8omoN+XGyNhHDxzNfZR7VVTkh/f/On1oCRqM=";
2323

2424
preBuild = ''
2525
export CGO_ENABLED=0

0 commit comments

Comments
 (0)