3
0
Fork 0
forked from mirrors/nixpkgs

libytnef: 1.9.2 -> 1.9.3 (#44662)

This commit is contained in:
R. RyanTM 2018-08-11 00:58:22 -07:00 committed by Franz Pletz
parent 498be8d390
commit b728f5cd72

View file

@ -4,13 +4,13 @@ with lib;
stdenv.mkDerivation rec {
name = "libytnef-${version}";
version = "1.9.2";
version = "1.9.3";
src = fetchFromGitHub {
owner = "Yeraze";
repo = "ytnef";
rev = "v${version}";
sha256 = "1aavckl7rjbiakwcf4rrkhchrl450p3vq3dy78cxfmgg0jqnvxqy";
sha256 = "07h48s5qf08503pp9kafqbwipdqghiif22ghki7z8j67gyp04l6l";
};
nativeBuildInputs = [ autoreconfHook ];