mirror of
https://github.com/harryssecret/homelab-nix.git
synced 2025-01-18 13:29:32 +01:00
fix: memories hash update
This commit is contained in:
parent
5540b81f4e
commit
4bdec356fa
|
@ -71,7 +71,7 @@
|
||||||
;
|
;
|
||||||
|
|
||||||
memories = pkgs.fetchNextcloudApp {
|
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";
|
url = "https://github.com/pulsejet/memories/releases/download/v7.3.1/memories.tar.gz";
|
||||||
license = "agpl3Only";
|
license = "agpl3Only";
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in a new issue