diff --git a/pkgs/by-name/ni/niriswitcher/package.nix b/pkgs/by-name/ni/niriswitcher/package.nix index c40357fbae9b..00eeca3116c4 100644 --- a/pkgs/by-name/ni/niriswitcher/package.nix +++ b/pkgs/by-name/ni/niriswitcher/package.nix @@ -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";