Skip to content

Commit

Permalink
aerospace: 0.14.2-Beta -> 0.15.2-Beta (#349798)
Browse files Browse the repository at this point in the history
  • Loading branch information
DavSanchez authored Oct 24, 2024
1 parent c4b23d3 commit e960bc8
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.14.2-Beta";
version = "0.15.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";
hash = "sha256-v2D/IV9Va0zbGHEwSGt6jvDqQYqha290Lm6u+nZTS3A=";
sha256 = "sha256-jOSUtVSiy/S4nsgvfZZqZjxsppqNi90edn8rcTa+pFQ=";
};

nativeBuildInputs = [ installShellFiles ];
Expand Down

0 comments on commit e960bc8

Please sign in to comment.