Merge pull request #288966 from wegank/exiv2-bump

exiv2: 0.28.1 -> 0.28.2

authored by Maximilian Bosch and committed by GitHub df0b4c1b 13fcc9bd

+3 -10
+3 -10
pkgs/development/libraries/exiv2/default.nix
··· 20 20 21 21 stdenv.mkDerivation rec { 22 22 pname = "exiv2"; 23 - version = "0.28.1"; 23 + version = "0.28.2"; 24 24 25 25 outputs = [ "out" "lib" "dev" "doc" "man" ]; 26 26 ··· 28 28 owner = "exiv2"; 29 29 repo = "exiv2"; 30 30 rev = "v${version}"; 31 - hash = "sha256-Jim8vYWyCa16LAJ1GuP8cCzhXIc2ouo6hVsHg3UQbdg="; 31 + hash = "sha256-0TgvIiuHMeohStIwmHOq4yvTj2H07wyx4w3iIdkrLTc="; 32 32 }; 33 - 34 - patches = [ 35 - (fetchpatch { 36 - url = "https://github.com/Exiv2/exiv2/commit/c351c7cce317571934abf693055779a59df30d6e.patch"; 37 - hash = "sha256-fWJT4IUBrAELl6ku0M1iTzGFX74le8Z0UzTJLU/gYls="; 38 - }) 39 - ]; 40 33 41 34 nativeBuildInputs = [ 42 35 cmake ··· 94 87 ''; 95 88 96 89 preFixup = '' 97 - remove-references-to -t ${stdenv.cc.cc} $lib/lib/*.so.*.*.* $out/bin/exiv2 $static/lib/*.a 90 + remove-references-to -t ${stdenv.cc.cc} $lib/lib/*.so.*.*.* $out/bin/exiv2 98 91 ''; 99 92 100 93 disallowedReferences = [ stdenv.cc.cc ];