zxcvbn-c: 2.5 -> 2.6 (#429509)

This commit is contained in:
Wolfgang Walther
2025-08-14 13:35:50 +00:00
committed by GitHub
+2 -2
View File
@@ -5,13 +5,13 @@
}:
stdenv.mkDerivation rec {
pname = "zxcvbn-c";
version = "2.5";
version = "2.6";
src = fetchFromGitHub {
owner = "tsyrogit";
repo = "zxcvbn-c";
rev = "v${version}";
sha256 = "sha256-RKqbv0iGkjS7Y7KikqglZ+AK1oiw4G1mB2Zg87tOlbI=";
sha256 = "sha256-/ATlpcx0XTtmzs6REA2YsnINKWz5xPNaetfhfyMuFP0=";
};
installPhase = ''