megapixels-next: 2025-05-31 -> 2025-06-01
This commit is contained in:
@@ -2,7 +2,6 @@
|
||||
stdenv,
|
||||
feedbackd,
|
||||
fetchFromGitLab,
|
||||
fetchpatch,
|
||||
gtk4,
|
||||
lib,
|
||||
libdng,
|
||||
@@ -26,24 +25,15 @@ let
|
||||
in
|
||||
stdenv.mkDerivation {
|
||||
pname = "megapixels-next";
|
||||
version = "2.0.0-alpha1-unstable-2025-05-31";
|
||||
version = "2.0.0-alpha1-unstable-2025-06-01";
|
||||
|
||||
src = fetchFromGitLab {
|
||||
owner = "megapixels-org";
|
||||
repo = "Megapixels";
|
||||
rev = "5f2b7136caa0fe12a3d8acd933fde40c49d80dcd";
|
||||
hash = "sha256-d1besuoZZeIHOBw/yF/b/JwcxYSQxBap57+yhTHZwpU=";
|
||||
rev = "cf2553033f08c9dfc2a5d6eaf59a57b739a512e0";
|
||||
hash = "sha256-WIllQmFxv07bMR/tXBZhjPYIrjZ6DlfQr7G0KMgBb0s=";
|
||||
};
|
||||
|
||||
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
|
||||
|
Reference in New Issue
Block a user