mirror of
https://github.com/versia-pub/server.git
synced 2026-03-12 21:39:15 +01:00
chore: 💚 Update Nix hashes
This commit is contained in:
parent
fbe86043b7
commit
0ac540132a
2 changed files with 5 additions and 5 deletions
|
|
@ -2,12 +2,12 @@
|
|||
lib,
|
||||
fetchFromGitHub,
|
||||
}: {
|
||||
outputHash.x86_64-linux = "sha256-SbOgLEdrKA7MwkiUvmenXyfbwgrKsq3AYo4Rjlqn0YA=";
|
||||
outputHash.aarch64-linux = "sha256-KJBsOhtDOmW/EVFgZF1TNB5G7mSeRZs18zwZlh1MsUM=";
|
||||
outputHash.x86_64-linux = lib.fakeHash;
|
||||
outputHash.aarch64-linux = lib.fakeHash;
|
||||
src = fetchFromGitHub {
|
||||
owner = "lysand-org";
|
||||
repo = "server";
|
||||
rev = "832f72160f574f86c8a8897e5dcb3d6382d8192c";
|
||||
hash = "sha256-BaojznCj0WWA0KkDMLjjlYikwpn975arGLyd0lFBXm0=";
|
||||
rev = "fbe86043b7e276ab123f29c234d5ef6d9724536f";
|
||||
hash = "sha256-yUc/50rhYrPkldO77ujf2+CHujbxVzS/QBPfu7B07+8=";
|
||||
};
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue