niriswitcher: 0.7.0 -> 0.7.1 (#435114)

Co-authored-by: bokicoder <bokicoder@users.noreply.github.com>
This commit is contained in:
nixpkgs-merge-bot[bot]
2025-08-20 05:01:28 +00:00
committed by GitHub
co-authored by bokicoder
+2 -2
View File
@@ -11,14 +11,14 @@
python3Packages.buildPythonPackage rec {
pname = "niriswitcher";
version = "0.7.0";
version = "0.7.1";
pyproject = true;
src = fetchFromGitHub {
owner = "isaksamsten";
repo = "niriswitcher";
tag = version;
hash = "sha256-V3G4eKKEysCyjAFUW2a94lOo82TVaZVfRXv/dL+LHNo=";
hash = "sha256-qsw2D9Q9ZJYBsRECzT+qoytYMda4uZxX321/YxNWk9o=";
};
build-system = [ python3Packages.hatchling ];