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

heimdal: 7.7.0 -> 7.8.0
This commit is contained in:
ajs124 2022-11-18 02:06:43 +01:00 committed by GitHub
commit 67f352e497
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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