Skip to content

Commit

Permalink
Prepare v0.1.2 release
Browse files Browse the repository at this point in the history
Signed-off-by: Paul Meyer <49727155+katexochen@users.noreply.github.com>
  • Loading branch information
katexochen committed Oct 13, 2023
1 parent 83d9f79 commit 79e078c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,4 @@ uplosi
dist
/uplosi.conf
/uplosi.conf.d
result
4 changes: 2 additions & 2 deletions flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -12,14 +12,14 @@
(system:
let
pkgs = nixpkgs.legacyPackages.${system};
version = "0.1.1";
version = "0.1.2";
uplosi = pkgs.buildGo121Module
{
pname = "uplosi";
version = version;
src = ./.;
# this needs to be updated together with go.mod / go.sum
vendorHash = "sha256-3WLDmw2rhmjrKJ8QXtARS9p8qFx17iwUnljwoUep2uc=";
vendorHash = "sha256-RsjUPLe8omoN+XGyNhHDxzNfZR7VVTkh/f/On1oCRqM=";

preBuild = ''
export CGO_ENABLED=0
Expand Down

0 comments on commit 79e078c

Please sign in to comment.