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.
1 parent 006f8e9 commit 486b9e4Copy full SHA for 486b9e4
pkgs/servers/klipper/default.nix
@@ -10,13 +10,13 @@
10
11
stdenv.mkDerivation rec {
12
pname = "klipper";
13
- version = "0.13.0-unstable-2025-05-02";
+ version = "0.13.0-unstable-2025-05-14";
14
15
src = fetchFromGitHub {
16
owner = "KevinOConnor";
17
repo = "klipper";
18
- rev = "1cc63980747b80516f8fc4f022eedf18ae739086";
19
- sha256 = "sha256-0VKlbCdfVE8XxGoKZQd5Gab5Aq3oq4EHdtCh3tEkgwI=";
+ rev = "82f540bb731fe4ae4575d48aefb2f837491ba4e6";
+ sha256 = "sha256-eP6QQu1FHq08lkZIwaPamuIQg54bLBMDF0UBfQnKiRQ=";
20
};
21
22
sourceRoot = "${src.name}/klippy";
0 commit comments