Unverified Commit f20cc522 authored by Leona Maroni's avatar Leona Maroni Committed by GitHub
Browse files

schildi-revenge: 26.03.03 -> 26.04.04 (#507023)

parents 45997875 856228c1
Loading
Loading
Loading
Loading
+7 −0
Original line number Diff line number Diff line
@@ -29653,6 +29653,13 @@
    githubId = 117323435;
    name = "Andrés Pico";
  };
  xeni = {
    name = "xeni";
    github = "Gernomaly";
    githubId = 71495036;
    email = "xeni@koeln.ccc.de";
    matrix = "@xeni:koeln.ccc.de";
  };
  xfnw = {
    email = "xfnw+nixos@riseup.net";
    github = "xfnw";
+627 −524

File changed.

Preview size limit exceeded, changes collapsed.

+5 −3
Original line number Diff line number Diff line
@@ -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
    ];
  };
})