klipper: 0.13.0-unstable-2025-05-02 -> 0.13.0-unstable-2025-05-14

This commit is contained in:
R. Ryantm 2025-05-16 03:56:11 +00:00 committed by Cabia Rangris
parent 006f8e9a2f
commit 486b9e4b90

View File

@ -10,13 +10,13 @@
stdenv.mkDerivation rec {
pname = "klipper";
version = "0.13.0-unstable-2025-05-02";
version = "0.13.0-unstable-2025-05-14";
src = fetchFromGitHub {
owner = "KevinOConnor";
repo = "klipper";
rev = "1cc63980747b80516f8fc4f022eedf18ae739086";
sha256 = "sha256-0VKlbCdfVE8XxGoKZQd5Gab5Aq3oq4EHdtCh3tEkgwI=";
rev = "82f540bb731fe4ae4575d48aefb2f837491ba4e6";
sha256 = "sha256-eP6QQu1FHq08lkZIwaPamuIQg54bLBMDF0UBfQnKiRQ=";
};
sourceRoot = "${src.name}/klippy";