megapixels: 1.5.0 -> 1.5.2

This commit is contained in:
R. Ryantm 2022-07-31 22:44:58 +00:00
parent efb7405702
commit 1ac68fd225

View file

@ -27,13 +27,13 @@ let
in in
stdenv.mkDerivation rec { stdenv.mkDerivation rec {
pname = "megapixels"; pname = "megapixels";
version = "1.5.0"; version = "1.5.2";
src = fetchFromGitLab { src = fetchFromGitLab {
owner = "postmarketOS"; owner = "postmarketOS";
repo = "megapixels"; repo = "megapixels";
rev = version; rev = version;
hash = "sha256-zOtHxnXDzsLfaQPS0BhbuoUXglCbRULVJfk1txoS72Y="; hash = "sha256-UH3NQdMlZTi4hc8HNSbCcQSm0rxI78RMCRYll1NCBO8=";
}; };
nativeBuildInputs = [ nativeBuildInputs = [