nextcloud: add source link to comment

This commit is contained in:
teutat3s 2025-02-17 19:24:59 +01:00
parent 77cf03d8f5
commit e8172a2759
Signed by: teutat3s
GPG key ID: 4FA1D3FA524F22C1

View file

@ -27,6 +27,7 @@
let
exiftool_1270 = pkgs.perlPackages.buildPerlPackage rec {
# NOTE nextcloud-memories needs this specific version of exiftool
# https://github.com/NixOS/nixpkgs/issues/345267
pname = "Image-ExifTool";
version = "12.70";
src = pkgs.fetchFromGitHub {