Merge pull request #184161 from r-ryantm/auto-update/zxcvbn-c

zxcvbn-c: 2.4 -> 2.5
This commit is contained in:
Bobby Rong 2022-08-05 20:03:29 +08:00 committed by GitHub
commit 5c35b46e70
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,13 +1,13 @@
{ lib, stdenv, fetchFromGitHub }:
stdenv.mkDerivation rec {
pname = "zxcvbn-c";
version = "2.4";
version = "2.5";
src = fetchFromGitHub {
owner = "tsyrogit";
repo = "zxcvbn-c";
rev = "v${version}";
sha256 = "12ksdnpxlqlmg9zhyyk3bspcf0sfj5zk735vr4ry635qi7gzcaas";
sha256 = "sha256-RKqbv0iGkjS7Y7KikqglZ+AK1oiw4G1mB2Zg87tOlbI=";
};
installPhase = ''