Skip to content

Commit

Permalink
chore(nix): v0.8.1
Browse files Browse the repository at this point in the history
  • Loading branch information
luisnquin committed Mar 21, 2024
1 parent 856437e commit 3fa3945
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@
buildGoModule,
lib,
}: let
version = "v0.8.0";
commit = "7ec50b6552c458fb3392945f4e3fb43bfb914a77";
version = "0.8.1";
commit = "856437ef35f194199276f38f0601715764cffe83";
in
buildGoModule {
pname = "senv";
Expand All @@ -20,7 +20,7 @@ in
doCheck = true;

buildTarget = ".";
ldflags = ["-X main.version=${version} -X main.commit=${commit}"];
ldflags = ["-X main.version=v${version} -X main.commit=${commit}"];

nativeBuildInputs = [
installShellFiles
Expand Down

0 comments on commit 3fa3945

Please sign in to comment.