Skip to content

Commit

Permalink
libytnef: 1.9.2 -> 1.9.3 (#44662)
Browse files Browse the repository at this point in the history
  • Loading branch information
r-ryantm authored and fpletz committed Aug 11, 2018
1 parent 498be8d commit b728f5c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/development/libraries/libytnef/default.nix
Expand Up @@ -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 ];
Expand Down

0 comments on commit b728f5c

Please sign in to comment.