From 98faa6e57471e2309ac3e2731fce1afd7a168258 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Robert=20Sch=C3=BCtz?= Date: Tue, 7 Dec 2021 13:01:43 -0800 Subject: [PATCH] gnome-passwordsafe: 5.0 -> 5.1 --- pkgs/applications/misc/gnome-passwordsafe/default.nix | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/pkgs/applications/misc/gnome-passwordsafe/default.nix b/pkgs/applications/misc/gnome-passwordsafe/default.nix index 34f4aa71a38a..e7a413e63b46 100644 --- a/pkgs/applications/misc/gnome-passwordsafe/default.nix +++ b/pkgs/applications/misc/gnome-passwordsafe/default.nix @@ -17,16 +17,16 @@ python3Packages.buildPythonApplication rec { pname = "gnome-passwordsafe"; - version = "5.0"; + version = "5.1"; format = "other"; strictDeps = false; # https://github.com/NixOS/nixpkgs/issues/56943 src = fetchFromGitLab { domain = "gitlab.gnome.org"; owner = "World"; - repo = "PasswordSafe"; + repo = "secrets"; rev = version; - sha256 = "8EFKLNK7rZlYL2g/7FmaC5r5hcdblsnod/aB8NYiBvY="; + sha256 = "sha256-RgpkLoqhwCdaPZxC1Qe0MpLtYLevNCOxbvwEEI0cpE0="; }; nativeBuildInputs = [ @@ -58,7 +58,7 @@ python3Packages.buildPythonApplication rec { meta = with lib; { broken = stdenv.hostPlatform.isStatic; # libpwquality doesn't provide bindings when static description = "Password manager for GNOME which makes use of the KeePass v.4 format"; - homepage = "https://gitlab.gnome.org/World/PasswordSafe"; + homepage = "https://gitlab.gnome.org/World/secrets"; license = licenses.gpl3Only; platforms = platforms.linux; maintainers = with maintainers; [ mvnetbiz ];