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 6cfb1c3 commit 2774c8f
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
6 changes: 3 additions & 3 deletions flake.lock

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

10 changes: 5 additions & 5 deletions flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -26,10 +26,10 @@
getBinaryHash = { system }:
let
hash = {
"aarch64-darwin" = "sha256-gml63JR7k9/YCcbsptauaD3WT4G7G7xyMRCM1RnB3P4=";
"x86_64-linux" = "sha256-u+60Zxf8RTActuXEShah1XguXwicXLqR3Oa9bTOrv80=";
"x86_64-darwin" = "sha256-07yqkelltfg6ptVxT7WnIq3gZerooPE1GLiVsCoVLMI=";
"aarch64-linux" = "sha256-xdrHvsN0bBednAY080CTUkPpVhQDeOl388ZKrkSitEc=";
"aarch64-darwin" = "sha256-+YyISheyhsS2b9p5d74wERhTFnGwTb85GOxN8eLlXKA=";
"x86_64-linux" = "sha256-8DMc6C1zpxFwe/xfEw07L45RrvH++fngbDfYDSSdBtk=";
"x86_64-darwin" = "sha256-+VhpKDyC/OPXc2H1J2mwc7A9ItIoh5i9ixmdLG5jh2E=";
"aarch64-linux" = "sha256-qxGYtGXHOBXrDwXLzsHrbPL2GpBTOQ9p0ynjLCO5aC0=";
};
in hash.${system};

Expand All @@ -38,7 +38,7 @@
packages = forEachSystem ({ pkgs, ... }: {
default = pkgs.stdenv.mkDerivation rec {
name = "bsf";
version = "0.1";
version = "0.1.1";

src = pkgs.fetchurl {
url = getBinaryUrl { system = pkgs.system; version = version; };
Expand Down

0 comments on commit 2774c8f

Please sign in to comment.