mirror of
https://github.com/versia-pub/server.git
synced 2025-12-06 08:28:19 +01:00
chore: 💚 Update Nix hashes
This commit is contained in:
parent
fbe86043b7
commit
0ac540132a
|
|
@ -36,7 +36,7 @@
|
||||||
};
|
};
|
||||||
apps.update-modules = {
|
apps.update-modules = {
|
||||||
type = "app";
|
type = "app";
|
||||||
program = self.packages.${system}.versiajs.passthru.updateScript;
|
program = ./nix/update.sh;
|
||||||
};
|
};
|
||||||
}) //
|
}) //
|
||||||
flake-utils.lib.eachDefaultSystem (system: let
|
flake-utils.lib.eachDefaultSystem (system: let
|
||||||
|
|
|
||||||
|
|
@ -2,12 +2,12 @@
|
||||||
lib,
|
lib,
|
||||||
fetchFromGitHub,
|
fetchFromGitHub,
|
||||||
}: {
|
}: {
|
||||||
outputHash.x86_64-linux = "sha256-SbOgLEdrKA7MwkiUvmenXyfbwgrKsq3AYo4Rjlqn0YA=";
|
outputHash.x86_64-linux = lib.fakeHash;
|
||||||
outputHash.aarch64-linux = "sha256-KJBsOhtDOmW/EVFgZF1TNB5G7mSeRZs18zwZlh1MsUM=";
|
outputHash.aarch64-linux = lib.fakeHash;
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "lysand-org";
|
owner = "lysand-org";
|
||||||
repo = "server";
|
repo = "server";
|
||||||
rev = "832f72160f574f86c8a8897e5dcb3d6382d8192c";
|
rev = "fbe86043b7e276ab123f29c234d5ef6d9724536f";
|
||||||
hash = "sha256-BaojznCj0WWA0KkDMLjjlYikwpn975arGLyd0lFBXm0=";
|
hash = "sha256-yUc/50rhYrPkldO77ujf2+CHujbxVzS/QBPfu7B07+8=";
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue