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