Skip to content

Commit 2c8cf5f

Browse files
authored
aerospace: 0.18.4-Beta -> 0.18.5-Beta (#404122)
2 parents 3d9c79b + ff6b86b commit 2c8cf5f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pkgs/by-name/ae/aerospace/package.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99

1010
let
1111
appName = "AeroSpace.app";
12-
version = "0.18.4-Beta";
12+
version = "0.18.5-Beta";
1313
in
1414
stdenv.mkDerivation {
1515
pname = "aerospace";
@@ -18,7 +18,7 @@ stdenv.mkDerivation {
1818

1919
src = fetchzip {
2020
url = "https://github.com/nikitabobko/AeroSpace/releases/download/v${version}/AeroSpace-v${version}.zip";
21-
sha256 = "sha256-TjVxq1HS/gdGi32noj7i1P6e9lXKNtBoO373Cesnwks=";
21+
sha256 = "sha256-rF4emnLNVE1fFlxExliN7clSBocBrPwQOwBqRtX9Q4o=";
2222
};
2323

2424
nativeBuildInputs = [ installShellFiles ];

0 commit comments

Comments
 (0)