From 4bdec356fa7603ac134b8dc3d2f505f57f09a311 Mon Sep 17 00:00:00 2001 From: kity Date: Thu, 26 Dec 2024 22:53:52 +0100 Subject: [PATCH] fix: memories hash update --- hosts/sisyphe/features/services/nextcloud.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hosts/sisyphe/features/services/nextcloud.nix b/hosts/sisyphe/features/services/nextcloud.nix index 7610a1b..e96f332 100644 --- a/hosts/sisyphe/features/services/nextcloud.nix +++ b/hosts/sisyphe/features/services/nextcloud.nix @@ -71,7 +71,7 @@ ; memories = pkgs.fetchNextcloudApp { - sha256 = "sha256-DJPskJ4rTECTaO1XJFeOD1EfA3TQR4YXqG+NIti0UPE="; + sha256 = "sha256-tzxeffvwMwthvBRG+/cLCXZkVS32rlf5v7XOKTbGoOo="; url = "https://github.com/pulsejet/memories/releases/download/v7.3.1/memories.tar.gz"; license = "agpl3Only"; };