Skip to content

Commit

Permalink
fix: update sha256
Browse files Browse the repository at this point in the history
  • Loading branch information
DavSanchez authored Oct 20, 2024
1 parent 295c8ad commit 8206ed3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkgs/by-name/ae/aerospace/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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 8206ed3

Please sign in to comment.