Skip to content

Commit

Permalink
build: bump nix versions (#92)
Browse files Browse the repository at this point in the history
  • Loading branch information
fiksn authored Jul 5, 2023
1 parent c42b765 commit da417bf
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
8 changes: 4 additions & 4 deletions flake.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions flake.nix
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
description = "bolt.observer agent";
inputs.nixpkgs.url = "nixpkgs/nixos-22.11";
inputs.nixpkgs.url = "nixpkgs/nixos-23.05";

outputs = { self, nixpkgs }:
let
Expand All @@ -12,7 +12,7 @@
packages = forAllSystems
(system:
let
version = "v0.1.2";
version = "v0.2.1";
pkgs = nixpkgsFor.${system};
ldflags = ''-ldflags "-X main.GitRevision=${version} -extldflags '-static'"'';
in
Expand All @@ -22,7 +22,7 @@
name = "bolt-agent";
inherit version;
src = ./.;
vendorHash = "sha256-Svg2m39/m2G5tSliFpOtGxMdTHrtfPIoQ3LD0R8LAdQ=";
vendorHash = "sha256-Vy/87OwiDAF4sQ6c8GfTSlYcXvuuF7h4zcjIKNMp5Vo=";
doCheck = false;
doInstallCheck = false;

Expand Down

0 comments on commit da417bf

Please sign in to comment.