about summary refs log tree commit diff
diff options
context:
space:
mode:
authorR. Ryantm <ryantm-bot@ryantm.com>2023-12-25 19:32:17 +0000
committerR. Ryantm <ryantm-bot@ryantm.com>2023-12-25 19:32:17 +0000
commit572a7c01fb4c12b88f6dda33d1ffbca8b3b8a88f (patch)
treedae2abbabec994bffbc67002f02d1ce5a256ed84
parentb45547a0a2b0e8064c445a50aaedc7f3b27e8ff7 (diff)
exempi: 2.6.4 -> 2.6.5
-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 ac45084a74f9a..2ebf1ce7cc917 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.4";
+  version = "2.6.5";
 
   src = fetchurl {
     url = "https://libopenraw.freedesktop.org/download/${pname}-${version}.tar.bz2";
-    sha256 = "sha256-p1FJyWth45zcsEb9XlbYjP7qtuCPiU4V6//ZlECSv9A=";
+    sha256 = "sha256-6fmj1Cv/c7XrD3fsIs0BY8PiGUnMQUrR8ZoEZd3kH/4=";
   };
 
   configureFlags = [