about summary refs log tree commit diff
path: root/pkgs/applications/graphics
diff options
context:
space:
mode:
authorRobert Schütz <nix@dotlambda.de>2023-09-12 16:20:51 +0000
committerGitHub <noreply@github.com>2023-09-12 16:20:51 +0000
commit161e55016281e009bbac85441d0eff3cd3e3b0f4 (patch)
treebbfcd465ba8160b384cc19668c75b75737298b6c /pkgs/applications/graphics
parent831e3d73a572b69f213ff2d5c921dd8dc46a2f52 (diff)
parenta1a5db1a80158a5fee3e469508221534db90e8c6 (diff)
Merge pull request #247781 from dotlambda/megapixels-1.7.0
megapixels: 1.6.1 -> 1.7.0
Diffstat (limited to 'pkgs/applications/graphics')
-rw-r--r--pkgs/applications/graphics/megapixels/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/applications/graphics/megapixels/default.nix b/pkgs/applications/graphics/megapixels/default.nix
index 24732eee9e3a1..d197fdadc369f 100644
--- a/pkgs/applications/graphics/megapixels/default.nix
+++ b/pkgs/applications/graphics/megapixels/default.nix
@@ -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 = [