exiv2: 0.28.2 -> 0.28.3

This commit is contained in:
R. Ryantm 2024-07-08 13:22:13 +00:00
parent 655a58a72a
commit 67c485796c

View File

@ -19,7 +19,7 @@
stdenv.mkDerivation rec { stdenv.mkDerivation rec {
pname = "exiv2"; pname = "exiv2";
version = "0.28.2"; version = "0.28.3";
outputs = [ "out" "lib" "dev" "doc" "man" ]; outputs = [ "out" "lib" "dev" "doc" "man" ];
@ -27,7 +27,7 @@ stdenv.mkDerivation rec {
owner = "exiv2"; owner = "exiv2";
repo = "exiv2"; repo = "exiv2";
rev = "v${version}"; rev = "v${version}";
hash = "sha256-0TgvIiuHMeohStIwmHOq4yvTj2H07wyx4w3iIdkrLTc="; hash = "sha256-KD3kkIQXPcjCVZZrmbn93xYbJ8ryG0mLFbkO5AVqnTw=";
}; };
nativeBuildInputs = [ nativeBuildInputs = [