We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 3bdcac4 + 291e8e4 commit 7796522Copy full SHA for 7796522
1 file changed
pkgs/by-name/ae/aerospace/package.nix
@@ -9,7 +9,7 @@
9
10
let
11
appName = "AeroSpace.app";
12
- version = "0.17.1-Beta";
+ version = "0.18.2-Beta";
13
in
14
stdenv.mkDerivation {
15
pname = "aerospace";
@@ -18,7 +18,7 @@ stdenv.mkDerivation {
18
19
src = fetchzip {
20
url = "https://github.com/nikitabobko/AeroSpace/releases/download/v${version}/AeroSpace-v${version}.zip";
21
- sha256 = "sha256-IMU0s57dpes7Vm2Wv191LwkRgiF+ZIqNWHzrl4a1Pm0=";
+ sha256 = "sha256-/Fc4Zk8KvAdaKXyHmeL9nh79CAQLx/Y6URFWIOL5YyQ=";
22
};
23
24
nativeBuildInputs = [ installShellFiles ];
0 commit comments