Skip to content

Commit

Permalink
HDRMerge: unstable-2023-01-04 -> 0.5.0-unstable-2024-08-02, alglib: 4…
Browse files Browse the repository at this point in the history
….02.0 -> 4.03.0 (#346318)
  • Loading branch information
RossComputerGuy authored Oct 17, 2024
2 parents 9763bb5 + 0f89ae3 commit 367c912
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 14 deletions.
15 changes: 3 additions & 12 deletions pkgs/applications/graphics/hdrmerge/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -16,12 +16,12 @@

mkDerivation rec {
pname = "hdrmerge";
version = "unstable-2023-01-04";
version = "0.5.0-unstable-2024-08-02";
src = fetchFromGitHub {
owner = "jcelaya";
repo = "hdrmerge";
rev = "ca38b54f980564942a7f2b014a5f57a64c1d9019";
hash = "sha256-DleYgpDXP0NvbmEURXnBfe3OYnT1CaQq+Mw93JQQprE=";
rev = "e2a46f97498b321b232cc7f145461212677200f1";
hash = "sha256-471gJtF9M36pAId9POG8ZIpNk9H/157EdHqXSAPlhN0=";
};

nativeBuildInputs = [
Expand All @@ -42,15 +42,6 @@ mkDerivation rec {
"-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 = [
(makeDesktopItem {
name = "HDRMerge";
Expand Down
4 changes: 2 additions & 2 deletions pkgs/development/libraries/alglib/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@

stdenv.mkDerivation rec {
pname = "alglib3";
version = "4.02.0";
version = "4.03.0";

src = fetchurl {
url = "https://www.alglib.net/translator/re/alglib-${version}.cpp.gpl.tgz";
sha256 = "sha256-U7/ukBXdwC8GkpevFfSfbgbiyOf7CkDv0PUAL8BnAag=";
sha256 = "sha256-k7/U9Tq2ND8+qd8tHZP9Gq1okJF3tMNej3WE/6NkBYI=";
};

nativeBuildInputs = [
Expand Down

0 comments on commit 367c912

Please sign in to comment.