From 92b0bee3dd3fddb68f700fc14b6e3e4487e44cd9 Mon Sep 17 00:00:00 2001 From: Vivian Roest Date: Fri, 5 Jul 2024 11:28:07 +0200 Subject: [PATCH] update glitch --- nixos/pkgs/glitch-soc/source.nix | 2 +- nixos/pkgs/glitch-soc/version_data.nix | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/nixos/pkgs/glitch-soc/source.nix b/nixos/pkgs/glitch-soc/source.nix index d13ab2f0..42fb94be 100644 --- a/nixos/pkgs/glitch-soc/source.nix +++ b/nixos/pkgs/glitch-soc/source.nix @@ -19,5 +19,5 @@ in applyPatches { repo = "mastodon"; inherit (versionData) rev hash; }; - patches = lib.filesystem.listFilesRecursive ./patches; + # patches = lib.filesystem.listFilesRecursive ./patches; } diff --git a/nixos/pkgs/glitch-soc/version_data.nix b/nixos/pkgs/glitch-soc/version_data.nix index 50fbf856..88c7b28e 100644 --- a/nixos/pkgs/glitch-soc/version_data.nix +++ b/nixos/pkgs/glitch-soc/version_data.nix @@ -2,5 +2,5 @@ { rev = "05cfe04415084995ccc01b6c737edb39c9dd8411"; hash = "sha256-qV6p3PGzsQhA0b6usqLe6lHcXt4z30nvdpkO5zeHBlw="; - yarnHash = "sha256-U/0A1lIgUjkDjHgxr7x4+XBN4Ndpf2AEC6nenpqv90k="; + yarnHash = "sha256-2iud+LfchFMXEv9/qQRTIyVPHJRe1WyljK2KmPMJ4Yg="; }