Merge pull request 'nextcloud memories: add source link to comment' () from nextcloud-add-comment into main

Reviewed-on: 
Reviewed-by: b12f <b12f@noreply.git.pub.solar>
This commit is contained in:
b12f 2025-02-18 15:50:55 +00:00
commit 066b6b2bf5
Signed by: pub.solar gitea
GPG key ID: F0332B04B7054873

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 {