mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-04-15 06:47:55 +00:00
gnome-secrets: 9.6 -> 10.3 (#356025)
This commit is contained in:
commit
fe540afbe2
@ -17,7 +17,7 @@
|
||||
|
||||
python3Packages.buildPythonApplication rec {
|
||||
pname = "gnome-secrets";
|
||||
version = "9.6";
|
||||
version = "10.3";
|
||||
format = "other";
|
||||
|
||||
src = fetchFromGitLab {
|
||||
@ -25,7 +25,7 @@ python3Packages.buildPythonApplication rec {
|
||||
owner = "World";
|
||||
repo = "secrets";
|
||||
rev = version;
|
||||
hash = "sha256-iF2AQYAwwIr/sCZUz1pdqEa74DH4y4Nts6aJj3mS2f4=";
|
||||
hash = "sha256-UcTLngBVp5L8Y1LmBxoxPuH5Zag2YfHA2Y+ByPBkh8A=";
|
||||
};
|
||||
|
||||
nativeBuildInputs = [
|
||||
@ -54,7 +54,7 @@ python3Packages.buildPythonApplication rec {
|
||||
pyotp
|
||||
validators
|
||||
yubico
|
||||
zxcvbn
|
||||
zxcvbn-rs-py
|
||||
];
|
||||
|
||||
# Prevent double wrapping, let the Python wrapper use the args in preFixup.
|
||||
|
Loading…
Reference in New Issue
Block a user