about summary refs log tree commit diff
path: root/pkgs/applications/graphics/megapixels
diff options
context:
space:
mode:
authorRobert Schütz <nix@dotlambda.de>2021-11-23 00:11:42 -0800
committerGitHub <noreply@github.com>2021-11-23 00:11:42 -0800
commit7ac689dd4ba420a193db985b094faf1760229d62 (patch)
tree2abe171f4a32d3e0b656a636b576437a1ce54056 /pkgs/applications/graphics/megapixels
parentf71a0a4d760ccbefd8d8efdf664d327cb064809f (diff)
parent5346a90b83b92adbe2a1356726b7da6e224938a9 (diff)
Merge pull request #146261 from dotlambda/megapixels-1.4.2
megapixels: 1.4.0 -> 1.4.2
Diffstat (limited to 'pkgs/applications/graphics/megapixels')
-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 0cdb87a2c3194..721caf90691da 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.4.0";
+  version = "1.4.2";
 
   src = fetchFromGitLab {
     owner = "postmarketOS";
     repo = "megapixels";
     rev = version;
-    sha256 = "sha256-I7eevbIg+DEY9hnvat65J4Kem1FFNZc4XzaQQaewP/4=";
+    sha256 = "sha256-ebeKbAo03+jeMveySSIz36gbwslWVMRLj+/adW8rlEQ=";
   };
 
   nativeBuildInputs = [