megapixels: 1.4.3 -> 1.5.0

https://gitlab.com/postmarketOS/megapixels/-/tags/1.5.0
This commit is contained in:
Robert Schütz
2022-06-30 22:35:23 +00:00
committed by Robert Schütz
parent 04fcf7fcde
commit 14f3b5b7da
@@ -27,13 +27,13 @@ let
in
stdenv.mkDerivation rec {
pname = "megapixels";
version = "1.4.3";
version = "1.5.0";
src = fetchFromGitLab {
owner = "postmarketOS";
repo = "megapixels";
rev = version;
hash = "sha256-UHJ3Fayf+lS3nRuuhHHLN6mbHfHIPssWkghPMPF5ECg=";
hash = "sha256-zOtHxnXDzsLfaQPS0BhbuoUXglCbRULVJfk1txoS72Y=";
};
nativeBuildInputs = [