Skip to content

Commit

Permalink
atomic-{browser,cli,server}: 0.39.0 -> 0.40.0
Browse files Browse the repository at this point in the history
This diff doesn't show changes for `atomic-cli` but it depends on
`atomic-server` so will get bumped as well.
  • Loading branch information
albertchae authored and wegank committed Jan 9, 2025
1 parent 09b5222 commit a7f40f9
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion pkgs/by-name/atomic-browser/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ stdenv.mkDerivation rec {

pnpmDeps = pnpm.fetchDeps {
inherit src pname;
hash = "sha256-t+82kY815j53WWM4dOHNU1rv6BEVkQ/p+F0myGzjAZk=";
hash = "sha256-EurqNHOkUuu3bJ028Dz7y4ZWqKR46Vj798jbvDGA3g4=";
};

nativeBuildInputs = [
Expand Down
6 changes: 3 additions & 3 deletions pkgs/by-name/atomic-server/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -12,16 +12,16 @@ let
in
rustPlatform.buildRustPackage rec {
pname = "atomic-server";
version = "0.39.0";
version = "0.40.0";

src = fetchFromGitHub {
owner = "atomicdata-dev";
repo = "atomic-server";
rev = "v${version}";
hash = "sha256-qqk+yliCpIHfazGY8dkW3CkIKk6paEn/EhJWLO4zgNQ=";
hash = "sha256-iZRKgRQL/+6RavFMWEugpd8+sWgXgE+itqak5BZe51s=";
};

cargoHash = "sha256-2HZn6gs71Aw+44AqeYmelgjj9W2gZBA5Udmg3JMPP6o=";
cargoHash = "sha256-g8U4+e7NlVBfJSJPjr45uiJ2K2JpY0YzK8TJc4eUdoo=";

# server/assets_tmp is the directory atomic-server's build will check for
# compiled frontend assets to decide whether to rebuild or not
Expand Down

0 comments on commit a7f40f9

Please sign in to comment.