Skip to content

Commit 5a49aa5

Browse files
faugus-launcher: 1.11.4 -> 1.11.7 (NixOS#473930)
2 parents b00bf88 + 63f43ae commit 5a49aa5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pkgs/by-name/fa/faugus-launcher/package.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,14 +18,14 @@
1818

1919
python3Packages.buildPythonApplication rec {
2020
pname = "faugus-launcher";
21-
version = "1.11.4";
21+
version = "1.11.7";
2222
pyproject = false;
2323

2424
src = fetchFromGitHub {
2525
owner = "Faugus";
2626
repo = "faugus-launcher";
2727
tag = version;
28-
hash = "sha256-zkrjZnsugpdG7SAkSAt3OicxIr2fA1j1/Lyh0lRScWA=";
28+
hash = "sha256-ExvdbBZS70GfjzFkfStWrrS67lHgrzdOxsr0cabdm5M=";
2929
};
3030

3131
nativeBuildInputs = [

0 commit comments

Comments
 (0)