megapixels-next: 2025-05-16 -> 2025-05-31

This commit is contained in:
2025-06-01 20:43:10 +00:00
parent 18b98125ac
commit 3f14b7d364
2 changed files with 16 additions and 6 deletions

View File

@@ -10,13 +10,13 @@
}:
stdenv.mkDerivation {
pname = "libmegapixels";
version = "0.2.1-unstable-2025-04-04";
version = "0.2.1-unstable-2025-05-31";
src = fetchFromGitLab {
owner = "megapixels-org";
repo = "libmegapixels";
rev = "7af18a935bebfedded7cebb08bf6c547f47dcfd9";
hash = "sha256-UyZcVjOsGBcSl6yJtcUSGDhYnMkbRirLadbU4vyLBhs=";
rev = "884de909a025b1a8dd228a573a659da3c1f31139";
hash = "sha256-wWFnhcSufyzgLfD4k5pedXhRAezgUJn5X+laTi8qPUs=";
};
# patches = [

View File

@@ -2,6 +2,7 @@
stdenv,
feedbackd,
fetchFromGitLab,
fetchpatch,
gtk4,
lib,
libdng,
@@ -25,15 +26,24 @@ let
in
stdenv.mkDerivation {
pname = "megapixels-next";
version = "2.0.0-alpha1-unstable-2025-05-16";
version = "2.0.0-alpha1-unstable-2025-05-31";
src = fetchFromGitLab {
owner = "megapixels-org";
repo = "Megapixels";
rev = "b4b0a6123066557d9c871bc138c24b2eb9474c2f";
hash = "sha256-zzQPn9qzpXFEJZqLGhmuNbhTmiDj5SDKKXIpdxJAm08=";
rev = "5f2b7136caa0fe12a3d8acd933fde40c49d80dcd";
hash = "sha256-d1besuoZZeIHOBw/yF/b/JwcxYSQxBap57+yhTHZwpU=";
};
patches = [
(fetchpatch {
# 2025-06-01: buildfix; out for PR: <https://gitlab.com/megapixels-org/Megapixels/-/merge_requests/55>
name = "main: fix missing printf specifier";
url = "https://git.uninsane.org/colin/Megapixels/commit/cf2553033f08c9dfc2a5d6eaf59a57b739a512e0.patch";
hash = "sha256-e01aOFQ8qVvBAkPPz0+y3nVeU32iOcKXs6l3H+z2pes=";
})
];
nativeBuildInputs = [
meson
ninja