Skip to content

Commit

Permalink
new release v0.1.1
Browse files Browse the repository at this point in the history
Signed-off-by: Horiodino <[email protected]>
  • Loading branch information
Horiodino committed Jun 9, 2024
1 parent 2774c8f commit 9ddd854
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 8 deletions.
11 changes: 5 additions & 6 deletions flake.lock

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

4 changes: 2 additions & 2 deletions flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
description = "bsf";

inputs = {
nixpkgs.url = "github:NixOS/nixpkgs";
# nixpkgs.url = "github:NixOS/nixpkgs";
};

outputs = { self, nixpkgs }:
Expand All @@ -26,7 +26,7 @@
getBinaryHash = { system }:
let
hash = {
"aarch64-darwin" = "sha256-+YyISheyhsS2b9p5d74wERhTFnGwTb85GOxN8eLlXKA=";
"aarch64-darwin" = "sha256-+YyISheyhsS2b9p5d74wERhTFnGwTb8AGOxN8eLlXKA=";
"x86_64-linux" = "sha256-8DMc6C1zpxFwe/xfEw07L45RrvH++fngbDfYDSSdBtk=";
"x86_64-darwin" = "sha256-+VhpKDyC/OPXc2H1J2mwc7A9ItIoh5i9ixmdLG5jh2E=";
"aarch64-linux" = "sha256-qxGYtGXHOBXrDwXLzsHrbPL2GpBTOQ9p0ynjLCO5aC0=";
Expand Down

0 comments on commit 9ddd854

Please sign in to comment.