about summary refs log tree commit diff
path: root/pkgs/applications/graphics
diff options
context:
space:
mode:
authorRick van Schijndel <Mindavi@users.noreply.github.com>2022-08-08 22:35:43 +0200
committerGitHub <noreply@github.com>2022-08-08 22:35:43 +0200
commitcddf1a5010b4c1273d897d5a78a3d546ebb6ef0d (patch)
tree4c56ef1b84ae5de979647930dd3a12eacdbdd8b0 /pkgs/applications/graphics
parentf35ac1ddb1dc405e41ba48ef6c1464d590da2cfb (diff)
parent1ac68fd225721bb7319bb6f51aaa6f2147d3bad2 (diff)
Merge pull request #184359 from r-ryantm/auto-update/megapixels
megapixels: 1.5.0 -> 1.5.2
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 13f6c3f5ab30a..e8ce0dbd0cefb 100644
--- a/pkgs/applications/graphics/megapixels/default.nix
+++ b/pkgs/applications/graphics/megapixels/default.nix
@@ -27,13 +27,13 @@ let
 in
 stdenv.mkDerivation rec {
   pname = "megapixels";
-  version = "1.5.0";
+  version = "1.5.2";
 
   src = fetchFromGitLab {
     owner = "postmarketOS";
     repo = "megapixels";
     rev = version;
-    hash = "sha256-zOtHxnXDzsLfaQPS0BhbuoUXglCbRULVJfk1txoS72Y=";
+    hash = "sha256-UH3NQdMlZTi4hc8HNSbCcQSm0rxI78RMCRYll1NCBO8=";
   };
 
   nativeBuildInputs = [