We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 3e570ec + b205be0 commit 7701fe7Copy full SHA for 7701fe7
pkgs/by-name/ni/niriswitcher/package.nix
@@ -11,14 +11,14 @@
11
12
python3Packages.buildPythonPackage rec {
13
pname = "niriswitcher";
14
- version = "0.7.0";
+ version = "0.7.1";
15
pyproject = true;
16
17
src = fetchFromGitHub {
18
owner = "isaksamsten";
19
repo = "niriswitcher";
20
tag = version;
21
- hash = "sha256-V3G4eKKEysCyjAFUW2a94lOo82TVaZVfRXv/dL+LHNo=";
+ hash = "sha256-qsw2D9Q9ZJYBsRECzT+qoytYMda4uZxX321/YxNWk9o=";
22
};
23
24
build-system = [ python3Packages.hatchling ];
0 commit comments