Clone of https://github.com/NixOS/nixpkgs.git (to stress-test knotserver)

gnome-secrets: 9.6 -> 10.3 (#356025)

authored by Aleksana and committed by GitHub fe540afb 9bad60f0

+3 -3
+3 -3
pkgs/by-name/gn/gnome-secrets/package.nix
··· 17 17 18 18 python3Packages.buildPythonApplication rec { 19 19 pname = "gnome-secrets"; 20 - version = "9.6"; 20 + version = "10.3"; 21 21 format = "other"; 22 22 23 23 src = fetchFromGitLab { ··· 25 25 owner = "World"; 26 26 repo = "secrets"; 27 27 rev = version; 28 - hash = "sha256-iF2AQYAwwIr/sCZUz1pdqEa74DH4y4Nts6aJj3mS2f4="; 28 + hash = "sha256-UcTLngBVp5L8Y1LmBxoxPuH5Zag2YfHA2Y+ByPBkh8A="; 29 29 }; 30 30 31 31 nativeBuildInputs = [ ··· 54 54 pyotp 55 55 validators 56 56 yubico 57 - zxcvbn 57 + zxcvbn-rs-py 58 58 ]; 59 59 60 60 # Prevent double wrapping, let the Python wrapper use the args in preFixup.