heimdal: 7.6.0 -> 7.7.0

Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/heimdal/versions
This commit is contained in:
R. RyanTM 2019-06-16 19:00:04 -07:00
parent e2d07d2cc7
commit 831fcf8801

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" ];