Merge pull request #247781 from dotlambda/megapixels-1.7.0

megapixels: 1.6.1 -> 1.7.0
This commit is contained in:
Robert Schütz 2023-09-12 16:20:51 +00:00 committed by GitHub
commit 161e550162
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -29,13 +29,13 @@ let
in
stdenv.mkDerivation rec {
pname = "megapixels";
version = "1.6.1";
version = "1.7.0";
src = fetchFromGitLab {
owner = "postmarketOS";
repo = "megapixels";
rev = version;
hash = "sha256-ZkTDHDL5nhpR8PKqia12pbrEZLnRXEm8DwBYdYrP5Qo=";
hash = "sha256-ejTCYZMDkqz8P3vroq8XAl+pUGgcS56cm3tzOTE3rfc=";
};
nativeBuildInputs = [