niriswitcher: 0.5.2 -> 0.6.1 (#414506)

This commit is contained in:
Nick Cao 2025-06-08 10:12:46 -04:00 committed by GitHub
commit 28e290a32c
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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";