Skip to content

Commit

Permalink
heimdal: 7.8.0-unstable-2023-11-29 -> 7.8.0-unstable-2024-09-10
Browse files Browse the repository at this point in the history
(cherry picked from commit 3aa40fa)
  • Loading branch information
h7x4 authored and github-actions[bot] committed Oct 6, 2024
1 parent 8c66cff commit a76df1d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pkgs/development/libraries/kerberos/heimdal.nix
Original file line number Diff line number Diff line change
Expand Up @@ -49,13 +49,13 @@ assert lib.assertMsg (withOpenLDAPAsHDBModule -> withOpenLDAP) ''

stdenv.mkDerivation {
pname = "heimdal";
version = "7.8.0-unstable-2023-11-29";
version = "7.8.0-unstable-2024-09-10";

src = fetchFromGitHub {
owner = "heimdal";
repo = "heimdal";
rev = "3253c49544eacb33d5ad2f6f919b0696e5aab794";
hash = "sha256-uljzQBzXrZCZjcIWfioqHN8YsbUUNy14Vo+A3vZIXzM=";
rev = "fd2d434dd375c402d803e6f948cfc6e257d3facc";
hash = "sha256-WA3lo3eD05l7zKuKEVxudMmiG7OvjK/calaUzPQ2pWs=";
};

outputs = [ "out" "dev" "man" "info" ];
Expand Down

0 comments on commit a76df1d

Please sign in to comment.