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