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