Merge pull request #117018 from cyplo/update-genpass

genpass: 0.4.9 -> 0.4.12

authored by Sandro and committed by GitHub 2001995d 3510e371

+4 -4
+4 -4
pkgs/tools/security/genpass/default.nix
··· 7 }: 8 rustPlatform.buildRustPackage rec { 9 pname = "genpass"; 10 - version = "0.4.9"; 11 12 src = fetchgit { 13 url = "https://git.sr.ht/~cyplo/genpass"; 14 rev = "v${version}"; 15 - sha256 = "1dpv2iyd48xd8yw9bmymjjrkhsgmpwvsl5b9zx3lpaaq59ypi9g9"; 16 }; 17 18 - cargoSha256 = "1cwxpc3xkw673wiamr4v7clrzwxl8ma1vdr6bw0hixm37gxdxz7x"; 19 20 buildInputs = lib.optionals stdenv.isDarwin [ CoreFoundation libiconv Security ]; 21 22 meta = with lib; { 23 description = "A simple yet robust commandline random password generator"; 24 homepage = "https://sr.ht/~cyplo/genpass/"; 25 - license = licenses.agpl3; 26 maintainers = with maintainers; [ cyplo ]; 27 }; 28 }
··· 7 }: 8 rustPlatform.buildRustPackage rec { 9 pname = "genpass"; 10 + version = "0.4.12"; 11 12 src = fetchgit { 13 url = "https://git.sr.ht/~cyplo/genpass"; 14 rev = "v${version}"; 15 + sha256 = "154kprbqc59f06ciz60il4ax299zapwa0hz8vjn25rl4gr5gzn4l"; 16 }; 17 18 + cargoSha256 = "1nc699n7f732lhzfhsfknay6z3igyiqy5jymm5x815mv9y1vwaj1"; 19 20 buildInputs = lib.optionals stdenv.isDarwin [ CoreFoundation libiconv Security ]; 21 22 meta = with lib; { 23 description = "A simple yet robust commandline random password generator"; 24 homepage = "https://sr.ht/~cyplo/genpass/"; 25 + license = licenses.agpl3Only; 26 maintainers = with maintainers; [ cyplo ]; 27 }; 28 }