Skip to content

Commit 486b9e4

Browse files
r-ryantmcab404
authored andcommitted
klipper: 0.13.0-unstable-2025-05-02 -> 0.13.0-unstable-2025-05-14
1 parent 006f8e9 commit 486b9e4

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pkgs/servers/klipper/default.nix

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,13 +10,13 @@
1010

1111
stdenv.mkDerivation rec {
1212
pname = "klipper";
13-
version = "0.13.0-unstable-2025-05-02";
13+
version = "0.13.0-unstable-2025-05-14";
1414

1515
src = fetchFromGitHub {
1616
owner = "KevinOConnor";
1717
repo = "klipper";
18-
rev = "1cc63980747b80516f8fc4f022eedf18ae739086";
19-
sha256 = "sha256-0VKlbCdfVE8XxGoKZQd5Gab5Aq3oq4EHdtCh3tEkgwI=";
18+
rev = "82f540bb731fe4ae4575d48aefb2f837491ba4e6";
19+
sha256 = "sha256-eP6QQu1FHq08lkZIwaPamuIQg54bLBMDF0UBfQnKiRQ=";
2020
};
2121

2222
sourceRoot = "${src.name}/klippy";

0 commit comments

Comments
 (0)