Merge pull request #275270 from ajs124/upd/nss_latest

nss_latest: 3.96 -> 3.96.1
This commit is contained in:
Martin Weinelt
2023-12-20 21:11:13 +01:00
committed by GitHub
2 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -1,4 +1,4 @@
{ version, hash, github ? false }:
{ version, hash }:
{ lib
, stdenv
, fetchFromGitHub
+2 -2
View File
@@ -5,6 +5,6 @@
# Example: nix-shell ./maintainers/scripts/update.nix --argstr package cacert
import ./generic.nix {
version = "3.96";
hash = "sha256-OdvJ7OLL3CDvJkgtnMsuE1CVaaKpmgRmzEzW0WmD8Jo=";
version = "3.96.1";
hash = "sha256-HhN3wZEdi9R/KD0nl3+et+94LBJjGLDVqDX8v5qGrqQ=";
}