Apply suggestions from code review

Co-authored-by: Alexandru Nechita <45104896+alexandru0-dev@users.noreply.github.com>
This commit is contained in:
Julia
2025-04-15 12:02:43 +02:00
committed by GitHub
parent a52ef9a0c8
commit 291e8e4ac5

View File

@@ -9,7 +9,7 @@
let let
appName = "AeroSpace.app"; appName = "AeroSpace.app";
version = "0.18.1-Beta"; version = "0.18.2-Beta";
in in
stdenv.mkDerivation { stdenv.mkDerivation {
pname = "aerospace"; pname = "aerospace";
@@ -18,7 +18,7 @@ stdenv.mkDerivation {
src = fetchzip { src = fetchzip {
url = "https://github.com/nikitabobko/AeroSpace/releases/download/v${version}/AeroSpace-v${version}.zip"; url = "https://github.com/nikitabobko/AeroSpace/releases/download/v${version}/AeroSpace-v${version}.zip";
sha256 = "sha256-46vSv/Hj36zF/WfZIBGBjGfC2683zFlYdlO9fc8BeHc="; sha256 = "sha256-/Fc4Zk8KvAdaKXyHmeL9nh79CAQLx/Y6URFWIOL5YyQ=";
}; };
nativeBuildInputs = [ installShellFiles ]; nativeBuildInputs = [ installShellFiles ];