Skip to content

Commit

Permalink
aerospace: 0.15.2-Beta -> 0.16.2-Beta (#360172)
Browse files Browse the repository at this point in the history
  • Loading branch information
khaneliman authored Dec 9, 2024
2 parents 59d6168 + a2e0940 commit 68a4ce3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/by-name/ae/aerospace/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@

let
appName = "AeroSpace.app";
version = "0.15.2-Beta";
version = "0.16.2-Beta";
in
stdenv.mkDerivation {
pname = "aerospace";
Expand All @@ -18,7 +18,7 @@ stdenv.mkDerivation {

src = fetchzip {
url = "https://github.com/nikitabobko/AeroSpace/releases/download/v${version}/AeroSpace-v${version}.zip";
sha256 = "sha256-jOSUtVSiy/S4nsgvfZZqZjxsppqNi90edn8rcTa+pFQ=";
sha256 = "sha256-F208+EibyHlCImNig9lHuY05jGoXqNHsCRDKfqAR3g4=";
};

nativeBuildInputs = [ installShellFiles ];
Expand Down

0 comments on commit 68a4ce3

Please sign in to comment.