libexif: 0.6.23 -> 0.6.24

This commit is contained in:
Kerstin Humm 2021-11-25 14:25:10 +01:00
parent 73369f8d08
commit 455f69804d
No known key found for this signature in database
GPG key ID: 40293358C7B9326B

View file

@ -2,13 +2,13 @@
stdenv.mkDerivation rec {
pname = "libexif";
version = "0.6.23";
version = "0.6.24";
src = fetchFromGitHub {
owner = pname;
repo = pname;
rev = "${pname}-${builtins.replaceStrings ["."] ["_"] version}-release";
sha256 = "sha256-Os0yI/IPoe9MuhXgNdDaIg6uohclA2bjeu9t3tbUoNA=";
sha256 = "sha256-Eqgnm31s8iPJdhTpk5HM89HSZTXTK+e7YZ/CCdbeJX4=";
};
nativeBuildInputs = [ autoreconfHook gettext ];