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 e185f36 + f875a44 commit 7c9f14fCopy full SHA for 7c9f14f
pkgs/by-name/ae/aerospace/package.nix
@@ -9,7 +9,7 @@
9
10
let
11
appName = "AeroSpace.app";
12
- version = "0.16.2-Beta";
+ version = "0.17.1-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-F208+EibyHlCImNig9lHuY05jGoXqNHsCRDKfqAR3g4=";
+ sha256 = "sha256-IMU0s57dpes7Vm2Wv191LwkRgiF+ZIqNWHzrl4a1Pm0=";
22
};
23
24
nativeBuildInputs = [ installShellFiles ];
0 commit comments