about summary refs log tree commit diff
diff options
context:
space:
mode:
authorR. Ryantm <ryantm-bot@ryantm.com>2023-08-17 06:18:58 +0000
committerR. Ryantm <ryantm-bot@ryantm.com>2023-08-17 06:18:58 +0000
commit8fd949b78ea141663ea4aacb3bdb52d129f4d818 (patch)
treee5a61a2c5ee767fb826a05b912d4fb695b0c6f42
parentbc9b484db8c953bc252c1a31084f89892417c310 (diff)
exempi: 2.6.3 -> 2.6.4
-rw-r--r--pkgs/development/libraries/exempi/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/libraries/exempi/default.nix b/pkgs/development/libraries/exempi/default.nix
index 54bab95992c0b..ac45084a74f9a 100644
--- a/pkgs/development/libraries/exempi/default.nix
+++ b/pkgs/development/libraries/exempi/default.nix
@@ -2,11 +2,11 @@
 
 stdenv.mkDerivation rec {
   pname = "exempi";
-  version = "2.6.3";
+  version = "2.6.4";
 
   src = fetchurl {
     url = "https://libopenraw.freedesktop.org/download/${pname}-${version}.tar.bz2";
-    sha256 = "sha256-sHSdsYqeeM93FzeVSoOM3NsdVBWIi6wbqcr4y6d8ZWw=";
+    sha256 = "sha256-p1FJyWth45zcsEb9XlbYjP7qtuCPiU4V6//ZlECSv9A=";
   };
 
   configureFlags = [