Clone of https://github.com/NixOS/nixpkgs.git (to stress-test knotserver)

Merge pull request #321974 from LeSuisse/freeipa-4.11.2-23.11

[23.11] freeipa: 4.11.1 -> 4.11.2

authored by Weijia Wang and committed by GitHub cffa8a6e 2b6b5047

Changed files
+2 -2
pkgs
os-specific
linux
freeipa
+2 -2
pkgs/os-specific/linux/freeipa/default.nix
··· 64 64 in 65 65 stdenv.mkDerivation rec { 66 66 pname = "freeipa"; 67 - version = "4.11.1"; 67 + version = "4.11.2"; 68 68 69 69 src = fetchurl { 70 70 url = "https://releases.pagure.org/freeipa/freeipa-${version}.tar.gz"; 71 - sha256 = "sha256-Ubq2xAqBvjUwrzD2R6tB0i1WsdA0Y0jnJLgi4p4r8D4="; 71 + hash = "sha256-qrMdseQMTX82qKQldIlbYuhkPqGigULbKdZDYVVBWpQ="; 72 72 }; 73 73 74 74 nativeBuildInputs = [