Skip to content

Commit

Permalink
Merge a1a5db1 into 9a12fb6
Browse files Browse the repository at this point in the history
  • Loading branch information
dotlambda committed Sep 12, 2023
2 parents 9a12fb6 + a1a5db1 commit cb80a4c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/applications/graphics/megapixels/default.nix
Expand Up @@ -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 = [
Expand Down

0 comments on commit cb80a4c

Please sign in to comment.