megapixels-next: 2.0.0-alpha1-unstable-2025-01-16 -> 2.0.0-alpha1-unstable-2025-02-11

This commit is contained in:
2025-02-18 05:08:52 +00:00
parent 903f12cbbc
commit 11cdce721e
2 changed files with 6 additions and 6 deletions

View File

@@ -10,13 +10,13 @@
}: }:
stdenv.mkDerivation { stdenv.mkDerivation {
pname = "libmegapixels"; pname = "libmegapixels";
version = "0.2.0-unstable-2024-12-28"; version = "0.2.0-unstable-2025-02-11";
src = fetchFromGitLab { src = fetchFromGitLab {
owner = "megapixels-org"; owner = "megapixels-org";
repo = "libmegapixels"; repo = "libmegapixels";
rev = "fedc8a0b314d4482b041a496295882ff8af8f59e"; rev = "20619047551f7ffb6ab5aebfaa6783c708520775";
hash = "sha256-KGynHMsPwkrDqC8NX9HFj2xwJrjY9AykOZTqkSgA6Eo="; hash = "sha256-NCq14kBWKhsCQPLBpxdErHK+3Ih1JuAMlKXLLytS2AA=";
}; };
# patches = [ # patches = [

View File

@@ -25,13 +25,13 @@ let
in in
stdenv.mkDerivation { stdenv.mkDerivation {
pname = "megapixels-next"; pname = "megapixels-next";
version = "2.0.0-alpha1-unstable-2025-01-16"; version = "2.0.0-alpha1-unstable-2025-02-11";
src = fetchFromGitLab { src = fetchFromGitLab {
owner = "megapixels-org"; owner = "megapixels-org";
repo = "Megapixels"; repo = "Megapixels";
rev = "ae1faec57db2c6909d0216664580fc8225390bda"; rev = "2f2929800b005820a21da8f3e7cc4ba0fe51fe1d";
hash = "sha256-/U+SXXsRXdRZnraclr+52Qpw5ogxgq837ljGESrymjk="; hash = "sha256-ehPq1UwhYv4ncAhnVjDMgGT255ZdliMw6nMzYE5qWnM=";
}; };
nativeBuildInputs = [ nativeBuildInputs = [