about summary refs log tree commit diff
path: root/pkgs/applications/graphics/vipsdisp
diff options
context:
space:
mode:
authorR. Ryantm <ryantm-bot@ryantm.com>2024-01-07 15:22:07 +0000
committerR. Ryantm <ryantm-bot@ryantm.com>2024-01-07 15:22:07 +0000
commit5c014b6ce916f80d0e22bd40e7467db8bbbab16b (patch)
treebc3bf1921ff1ab856849304ad77f3a21af4ae543 /pkgs/applications/graphics/vipsdisp
parent88f163d66217005b123381654e5e85a26cdb7a7c (diff)
vipsdisp: 2.6.1 -> 2.6.3
Diffstat (limited to 'pkgs/applications/graphics/vipsdisp')
-rw-r--r--pkgs/applications/graphics/vipsdisp/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/applications/graphics/vipsdisp/default.nix b/pkgs/applications/graphics/vipsdisp/default.nix
index 4c516e3ac82c0..9d0a757672890 100644
--- a/pkgs/applications/graphics/vipsdisp/default.nix
+++ b/pkgs/applications/graphics/vipsdisp/default.nix
@@ -12,13 +12,13 @@
 
 stdenv.mkDerivation rec {
   pname = "vipsdisp";
-  version = "2.6.1";
+  version = "2.6.3";
 
   src = fetchFromGitHub {
     owner = "jcupitt";
     repo = "vipsdisp";
     rev = "v${version}";
-    hash = "sha256-vY3BTbCLf3JOB+eILMvaFUIgG3UBkSdckFAdC4W0OnU=";
+    hash = "sha256-a8wqDTVZnhqk0zHAuGvwjtJTM0irN2tkRIjx6sIteV0=";
   };
 
   postPatch = ''