megapixels: 1.6.0 -> 1.6.1

https://gitlab.com/postmarketOS/megapixels/-/tags/1.6.1
This commit is contained in:
Luflosi 2023-06-26 12:53:58 +02:00
parent 7568fbf2d4
commit 232c3e5804
No known key found for this signature in database
GPG key ID: 4E41E29EDCC345D0

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 = [