schildi-revenge: 26.03.03 -> 26.04.04

This commit is contained in:
xeni
2026-04-11 23:51:14 +02:00
parent 14391aa2c4
commit 856228c18c
2 changed files with 616 additions and 511 deletions
+611 -508
View File
File diff suppressed because it is too large Load Diff
+5 -3
View File
@@ -14,20 +14,20 @@
stdenv.mkDerivation (finalAttrs: {
pname = "schildi-revenge";
version = "26.03.03";
version = "26.04.04";
src = fetchFromGitHub {
owner = "SchildiChat";
repo = "schildi-revenge";
tag = "v${finalAttrs.version}";
hash = "sha256-9peDC4NCa/cJ3eljs/2eyM9yMTBa7w2ddcuQOKjX5Ts=";
hash = "sha256-B3UOCcEWPt+kejK6mJZkYnVoSfzx1m28DM+Oco6iFJ8=";
fetchSubmodules = true;
};
cargoRoot = "matrix-rust-sdk";
cargoDeps = rustPlatform.fetchCargoVendor {
inherit (finalAttrs) src cargoRoot;
hash = "sha256-NWxop42zsSGtI2H2itwRdgkgbOBXe3po5MKb47BWbcQ=";
hash = "sha256-1BUBOBOsQ+I3bKUMnzwtqCd/uh/gEWW9THhjaDXWWeg=";
};
nativeBuildInputs = [
@@ -83,12 +83,14 @@ stdenv.mkDerivation (finalAttrs: {
mainProgram = "SchildiChatRevenge";
platforms = lib.platforms.linux;
license = lib.licenses.gpl3Only;
homepage = "https://schildi.chat/revenge";
sourceProvenance = with lib.sourceTypes; [
fromSource
binaryBytecode # mitm cache
];
maintainers = with lib.maintainers; [
_71rd
xeni
];
};
})