mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-30 02:42:59 +00:00
Merge pull request #269386 from linsui/secret
gnome-secrets: 7.2 -> 8.0
This commit is contained in:
commit
d60e7a9dd5
@ -1,4 +1,4 @@
|
||||
{ lib, stdenv
|
||||
{ lib
|
||||
, meson
|
||||
, ninja
|
||||
, pkg-config
|
||||
@ -12,11 +12,12 @@
|
||||
, gobject-introspection
|
||||
, desktop-file-utils
|
||||
, appstream-glib
|
||||
, libadwaita }:
|
||||
, libadwaita
|
||||
}:
|
||||
|
||||
python3Packages.buildPythonApplication rec {
|
||||
pname = "gnome-secrets";
|
||||
version = "7.2";
|
||||
version = "8.0";
|
||||
format = "other";
|
||||
|
||||
src = fetchFromGitLab {
|
||||
@ -24,7 +25,7 @@ python3Packages.buildPythonApplication rec {
|
||||
owner = "World";
|
||||
repo = "secrets";
|
||||
rev = version;
|
||||
hash = "sha256-CE0iuXYHBhu07mjfXCnAPZQUD1Wy95L+tvBT+uepbrk=";
|
||||
hash = "sha256-SEPQjl6hd8IBs0c0LBEYaqn2n8CGQmYSEMJp5yoL/PA=";
|
||||
};
|
||||
|
||||
nativeBuildInputs = [
|
||||
@ -67,5 +68,6 @@ python3Packages.buildPythonApplication rec {
|
||||
license = licenses.gpl3Only;
|
||||
platforms = platforms.linux;
|
||||
maintainers = with maintainers; [ mvnetbiz ];
|
||||
mainProgram = "secrets";
|
||||
};
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user