Skip to content

Commit 7796522

Browse files
authored
aerospace: 0.17.1-Beta -> 0.18.2-Beta (#398427)
2 parents 3bdcac4 + 291e8e4 commit 7796522

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

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.17.1-Beta";
12+
version = "0.18.2-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-IMU0s57dpes7Vm2Wv191LwkRgiF+ZIqNWHzrl4a1Pm0=";
21+
sha256 = "sha256-/Fc4Zk8KvAdaKXyHmeL9nh79CAQLx/Y6URFWIOL5YyQ=";
2222
};
2323

2424
nativeBuildInputs = [ installShellFiles ];

0 commit comments

Comments
 (0)