Merge pull request #239925 from Luflosi/update/megapixels

megapixels: 1.6.0 -> 1.6.1
This commit is contained in:
Weijia Wang 2023-06-26 18:28:25 +02:00 committed by GitHub
commit 7429c835e9
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.0";
version = "1.6.1";
src = fetchFromGitLab {
owner = "postmarketOS";
repo = "megapixels";
rev = version;
hash = "sha256-xrO9Xr9DPjlDs4yaKy32yb4X8wFqLKfy8rsjtBuN+Rg=";
hash = "sha256-ZkTDHDL5nhpR8PKqia12pbrEZLnRXEm8DwBYdYrP5Qo=";
};
nativeBuildInputs = [