hdrmerge: unstable-2023-01-04 -> 0.5.0-unstable-2024-08-02

This commit is contained in:
Mica Semrick 2024-10-15 09:25:02 -07:00
parent 35c1dc4260
commit 0f89ae37df

View File

@ -16,12 +16,12 @@
mkDerivation rec { mkDerivation rec {
pname = "hdrmerge"; pname = "hdrmerge";
version = "unstable-2023-01-04"; version = "0.5.0-unstable-2024-08-02";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "jcelaya"; owner = "jcelaya";
repo = "hdrmerge"; repo = "hdrmerge";
rev = "ca38b54f980564942a7f2b014a5f57a64c1d9019"; rev = "e2a46f97498b321b232cc7f145461212677200f1";
hash = "sha256-DleYgpDXP0NvbmEURXnBfe3OYnT1CaQq+Mw93JQQprE="; hash = "sha256-471gJtF9M36pAId9POG8ZIpNk9H/157EdHqXSAPlhN0=";
}; };
nativeBuildInputs = [ nativeBuildInputs = [
@ -42,15 +42,6 @@ mkDerivation rec {
"-include cstdint" "-include cstdint"
]; ];
patches = [
# https://github.com/jcelaya/hdrmerge/pull/222
(fetchpatch {
name = "exiv2-0.28.patch";
url = "https://github.com/jcelaya/hdrmerge/commit/377d8e6f3c7cdd1a45b63bce2493ad177dde03fb.patch";
hash = "sha256-lXHML6zGkVeWKvmY5ECoJL2xjmtZz77XJd5prpgJiZo=";
})
];
desktopItems = [ desktopItems = [
(makeDesktopItem { (makeDesktopItem {
name = "HDRMerge"; name = "HDRMerge";