Skip to content

Commit 66bf6f4

Browse files
chore: update flake.nix to version 0.2.0
1 parent 6cf75a8 commit 66bf6f4

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

flake.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
flake-utils,
1414
}:
1515
let
16-
version = "0.1.3";
16+
version = "0.2.0";
1717
systems = [ "aarch64-darwin" ];
1818
forEachSystem = flake-utils.lib.eachSystem systems;
1919
in
@@ -29,7 +29,7 @@
2929

3030
src = pkgs.fetchurl {
3131
url = "https://github.com/blindFS/Glyphlow/releases/download/v${version}/glyphlow.tar.gz";
32-
hash = "sha256-aBQ6i68+4+4XhjBdDxQUu74vh7Q39zz+gxDRURLjSa0=";
32+
hash = "sha256-zcb66yp9Zr0s+bCc42BjF/F/2rkHLJvJ1V75zC5oRQU=";
3333
};
3434

3535
nativeBuildInputs = [ pkgs.installShellFiles ];

0 commit comments

Comments
 (0)