Merge pull request #63265 from r-ryantm/auto-update/heimdal

heimdal: 7.6.0 -> 7.7.0
This commit is contained in:
Mario Rodas 2019-07-02 21:10:50 -05:00 committed by GitHub
commit 6e97cdcd28
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -7,13 +7,13 @@
with stdenv.lib;
stdenv.mkDerivation rec {
name = "heimdal-${version}";
version = "7.6.0";
version = "7.7.0";
src = fetchFromGitHub {
owner = "heimdal";
repo = "heimdal";
rev = "heimdal-${version}";
sha256 = "1i70xas6wddkw2840lk0ah9w6ddx0dzrslby1ggxlwfmcax8rcgp";
sha256 = "099qn9b8q20invvi5r8d8q9rnwpcm3nr89hx5rj7gj2ah2x5vgxs";
};
outputs = [ "out" "dev" "man" "info" ];