Skip to content

Commit 3bc106c

Browse files
authored
klipper: 0.13.0-unstable-2025-08-03 -> 0.13.0-unstable-2025-08-15 (#434514)
2 parents e0b6a2f + 56a175c commit 3bc106c

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
@@ -11,13 +11,13 @@
1111

1212
stdenv.mkDerivation rec {
1313
pname = "klipper";
14-
version = "0.13.0-unstable-2025-08-03";
14+
version = "0.13.0-unstable-2025-08-15";
1515

1616
src = fetchFromGitHub {
1717
owner = "KevinOConnor";
1818
repo = "klipper";
19-
rev = "5eb07966b5d7e1534aa40df3b0ea305f5c6d9ae2";
20-
sha256 = "sha256-AUK0vGhz1ZvVtEpVto/Qlp4+3PGsjOTBzj8Ik8sfmRQ=";
19+
rev = "d34d3b05b89b3bb3d56b61b0029a42af9704b2f2";
20+
sha256 = "sha256-HYE6CX2VOOVxfa791dXX1dthKgXG1ezltDlSqebgmuM=";
2121
};
2222

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

0 commit comments

Comments
 (0)