Skip to content

Commit

Permalink
[nix] bump libkrb5
Browse files Browse the repository at this point in the history
  • Loading branch information
unlsycn committed Sep 14, 2024
1 parent d665c49 commit 8b26eea
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions templates/chisel/nix/pkgs/vcs-fhs-env.nix
Original file line number Diff line number Diff line change
Expand Up @@ -59,10 +59,10 @@ buildFHSEnv {
sqlite
nssmdns
(libkrb5.overrideAttrs rec {
version = "1.18.2";
version = "1.21.3";
src = fetchurl {
url = "https://kerberos.org/dist/krb5/${lib.versions.majorMinor version}/krb5-${version}.tar.gz";
hash = "sha256-xuTJ7BqYFBw/XWbd8aE1VJBQyfq06aRiDumyIIWHOuA=";
hash = "sha256-t6TNXq1n+wi5gLIavRUP9yF+heoyDJ7QxtrdMEhArTU=";
};
sourceRoot = "krb5-${version}/src";
})
Expand Down

0 comments on commit 8b26eea

Please sign in to comment.