Skip to content

Commit 7c9f14f

Browse files
authored
aerospace: 0.16.2-Beta -> 0.17.1-Beta (#384558)
2 parents e185f36 + f875a44 commit 7c9f14f

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.16.2-Beta";
12+
version = "0.17.1-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-F208+EibyHlCImNig9lHuY05jGoXqNHsCRDKfqAR3g4=";
21+
sha256 = "sha256-IMU0s57dpes7Vm2Wv191LwkRgiF+ZIqNWHzrl4a1Pm0=";
2222
};
2323

2424
nativeBuildInputs = [ installShellFiles ];

0 commit comments

Comments
 (0)