lol
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

zxcvbn-c: 2.4 -> 2.5

+2 -2
+2 -2
pkgs/development/libraries/zxcvbn-c/default.nix
··· 1 1 { lib, stdenv, fetchFromGitHub }: 2 2 stdenv.mkDerivation rec { 3 3 pname = "zxcvbn-c"; 4 - version = "2.4"; 4 + version = "2.5"; 5 5 6 6 src = fetchFromGitHub { 7 7 owner = "tsyrogit"; 8 8 repo = "zxcvbn-c"; 9 9 rev = "v${version}"; 10 - sha256 = "12ksdnpxlqlmg9zhyyk3bspcf0sfj5zk735vr4ry635qi7gzcaas"; 10 + sha256 = "sha256-RKqbv0iGkjS7Y7KikqglZ+AK1oiw4G1mB2Zg87tOlbI="; 11 11 }; 12 12 13 13 installPhase = ''