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.
1 parent 192c645 commit ff6b86bCopy full SHA for ff6b86b
pkgs/by-name/ae/aerospace/package.nix
@@ -9,7 +9,7 @@
9
10
let
11
appName = "AeroSpace.app";
12
- version = "0.18.4-Beta";
+ version = "0.18.5-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-TjVxq1HS/gdGi32noj7i1P6e9lXKNtBoO373Cesnwks=";
+ sha256 = "sha256-rF4emnLNVE1fFlxExliN7clSBocBrPwQOwBqRtX9Q4o=";
22
};
23
24
nativeBuildInputs = [ installShellFiles ];
0 commit comments