Skip to content

Commit

Permalink
Fix sha
Browse files Browse the repository at this point in the history
  • Loading branch information
RebeccaMahany committed Jan 19, 2024
1 parent cdafc5e commit 33ae8b4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/kolide-launcher.nix
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
let
nixpkgs = builtins.fetchTarball {
url = "https://github.com/nixOS/nixpkgs/archive/23.11.tar.gz";
sha256 = "sha256-uQvEhiv33Zj/Pv364dTvnpPwFSptRZgVedDzoM+HqVg=";
sha256 = "sha256:1ndiv385w1qyb3b18vw13991fzb9wg4cl21wglk89grsfsnra41k";
};
pkgs = import nixpkgs { config = {}; overlays = []; };
in
Expand Down

0 comments on commit 33ae8b4

Please sign in to comment.