Skip to content

Commit f9bc8ac

Browse files
chore: update flake.nix to version 0.1.2
1 parent 131023e commit f9bc8ac

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.1";
16+
version = "0.1.2";
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-jB5FeUJ5U8TlxpI0Lv4q8ckzApnWy5vLDgYTjy2hBRU=";
32+
hash = "sha256-IBwGY4x9gQ0x3R2NBO87zgkWFI4DYmZGJWkhivW7OSU=";
3333
};
3434

3535
nativeBuildInputs = [ pkgs.installShellFiles ];

0 commit comments

Comments
 (0)