Merge pull request #309970 from mweinelt/nss-3.100

nss_latest: 3.99 -> 3.100
This commit is contained in:
Martin Weinelt 2024-05-10 09:06:39 +02:00 committed by GitHub
commit a4faba4ed6
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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=";
}