Merge pull request #138860 from r-ryantm/auto-update/libytnef

libytnef: 1.9.3 -> 2.0
This commit is contained in:
Bobby Rong 2021-09-29 18:26:10 +08:00 committed by GitHub
commit 5d9b66d01b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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