mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-09 19:13:26 +03:00
niriswitcher: 0.5.2 -> 0.6.1 (#414506)
This commit is contained in:
commit
28e290a32c
1 changed files with 5 additions and 2 deletions
|
@ -6,18 +6,19 @@
|
||||||
gobject-introspection,
|
gobject-introspection,
|
||||||
gtk4-layer-shell,
|
gtk4-layer-shell,
|
||||||
libadwaita,
|
libadwaita,
|
||||||
|
nix-update-script,
|
||||||
}:
|
}:
|
||||||
|
|
||||||
python3Packages.buildPythonPackage rec {
|
python3Packages.buildPythonPackage rec {
|
||||||
pname = "niriswitcher";
|
pname = "niriswitcher";
|
||||||
version = "0.5.2";
|
version = "0.6.1";
|
||||||
pyproject = true;
|
pyproject = true;
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "isaksamsten";
|
owner = "isaksamsten";
|
||||||
repo = "niriswitcher";
|
repo = "niriswitcher";
|
||||||
tag = version;
|
tag = version;
|
||||||
hash = "sha256-jXnob/CJ3wrqYhbFRu7TnnnCrsKaDazD3t9lZoJVhdQ=";
|
hash = "sha256-njEd9s432qlBeQSXRL5gDSIEgzF0qwceND09aGTRo0U=";
|
||||||
};
|
};
|
||||||
|
|
||||||
build-system = [ python3Packages.hatchling ];
|
build-system = [ python3Packages.hatchling ];
|
||||||
|
@ -43,6 +44,8 @@ python3Packages.buildPythonPackage rec {
|
||||||
)
|
)
|
||||||
'';
|
'';
|
||||||
|
|
||||||
|
passthru.updateScript = nix-update-script { };
|
||||||
|
|
||||||
meta = {
|
meta = {
|
||||||
description = "Application switcher for niri";
|
description = "Application switcher for niri";
|
||||||
homepage = "https://github.com/isaksamsten/niriswitcher";
|
homepage = "https://github.com/isaksamsten/niriswitcher";
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue