summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMartin Weinelt <hexa@darmstadt.ccc.de>2025-02-05 16:38:52 +0100
committergithub-actions[bot] <github-actions[bot]@users.noreply.github.com>2025-02-07 00:39:17 +0000
commit02686572d30aace07618fca9f899977a402a3d4e (patch)
tree2dee63ad3bd7381168d47b8e30aaafda6a940183
parent[Backport release-24.11] flyctl: 0.3.68 -> 0.3.75 (#379923) (diff)
downloadnixpkgs-origin/backport-379643-to-release-24.11.tar.gz
nss_latest: 3.107 -> 3.108origin/backport-379643-to-release-24.11
https://github.com/nss-dev/nss/compare/NSS_3_107_BRANCH...NSS_3_108_RTM (cherry picked from commit c25c2933a7a887bd7ab2c62a3904326cdf87303b)
-rw-r--r--pkgs/development/libraries/nss/latest.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/libraries/nss/latest.nix b/pkgs/development/libraries/nss/latest.nix
index fcc739b1c567..28847d10520f 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.107";
- hash = "sha256-c6ks/pBvZHipNkmBy784s96zMYP+D9q3VlVrPVSohLw=";
+ version = "3.108";
+ hash = "sha256-L2XRj3D8SsS2QYQFDLwGtaPoZ7tN4kz8hGdVKefFSu8=";
}