diff options
| author | Martin Weinelt <hexa@darmstadt.ccc.de> | 2024-05-08 01:15:41 +0200 |
|---|---|---|
| committer | github-actions[bot] <github-actions[bot]@users.noreply.github.com> | 2024-05-10 07:07:14 +0000 |
| commit | 44f0516f08ed560032fb6ba964e279e567f270b3 (patch) | |
| tree | a8044ad1c4a9c101c86824e5075d77a3128f03ef | |
| parent | Merge pull request #310332 from NixOS/backport-308554-to-release-23.11 (diff) | |
| download | nixpkgs-44f0516f08ed560032fb6ba964e279e567f270b3.tar.gz | |
nss_latest: 3.99 -> 3.100
https://github.com/nss-dev/nss/blob/master/doc/rst/releases/nss_3_100.rst
(cherry picked from commit 3f8979b1c6f23a73fdb5e6a8e365afd4adaeaf18)
| -rw-r--r-- | pkgs/development/libraries/nss/latest.nix | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/libraries/nss/latest.nix b/pkgs/development/libraries/nss/latest.nix index 8ac5a3b23a85..3b3a672e87f7 100644 --- a/pkgs/development/libraries/nss/latest.nix +++ b/pkgs/development/libraries/nss/latest.nix @@ -5,6 +5,6 @@ # Example: nix-shell ./maintainers/scripts/update.nix --argstr package cacert import ./generic.nix { - version = "3.99"; - hash = "sha256-6JocWJpA+VjEPZOxmD74toyEBLOTzCxSWUzrxPi52bU="; + version = "3.100"; + hash = "sha256-PlMCvSN4DMKY7u/7cr7kArrRve8YIfdycjgpik72bhA="; } |
