1 parent 131023e commit f9bc8acCopy full SHA for f9bc8ac
1 file changed
flake.nix
@@ -13,7 +13,7 @@
13
flake-utils,
14
}:
15
let
16
- version = "0.1.1";
+ version = "0.1.2";
17
systems = [ "aarch64-darwin" ];
18
forEachSystem = flake-utils.lib.eachSystem systems;
19
in
@@ -29,7 +29,7 @@
29
30
src = pkgs.fetchurl {
31
url = "https://github.com/blindFS/Glyphlow/releases/download/v${version}/glyphlow.tar.gz";
32
- hash = "sha256-jB5FeUJ5U8TlxpI0Lv4q8ckzApnWy5vLDgYTjy2hBRU=";
+ hash = "sha256-IBwGY4x9gQ0x3R2NBO87zgkWFI4DYmZGJWkhivW7OSU=";
33
};
34
35
nativeBuildInputs = [ pkgs.installShellFiles ];
0 commit comments