We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents b00bf88 + 63f43ae commit 5a49aa5Copy full SHA for 5a49aa5
pkgs/by-name/fa/faugus-launcher/package.nix
@@ -18,14 +18,14 @@
18
19
python3Packages.buildPythonApplication rec {
20
pname = "faugus-launcher";
21
- version = "1.11.4";
+ version = "1.11.7";
22
pyproject = false;
23
24
src = fetchFromGitHub {
25
owner = "Faugus";
26
repo = "faugus-launcher";
27
tag = version;
28
- hash = "sha256-zkrjZnsugpdG7SAkSAt3OicxIr2fA1j1/Lyh0lRScWA=";
+ hash = "sha256-ExvdbBZS70GfjzFkfStWrrS67lHgrzdOxsr0cabdm5M=";
29
};
30
31
nativeBuildInputs = [
0 commit comments