klipper: 0.12.0-unstable-2024-08-03 -> 0.12.0-unstable-2024-08-14

This commit is contained in:
R. Ryantm 2024-08-15 04:20:29 +00:00
parent 30de35ad01
commit 6ddeb4fca5

View File

@ -8,13 +8,13 @@
stdenv.mkDerivation rec {
pname = "klipper";
version = "0.12.0-unstable-2024-08-03";
version = "0.12.0-unstable-2024-08-14";
src = fetchFromGitHub {
owner = "KevinOConnor";
repo = "klipper";
rev = "d7d9092a920b3bd2bede4b570c66ddaa52df3f19";
sha256 = "sha256-ZCrAy3Il8kCCBvEGF29Uoo/HpZRZE8CNUaveozYwA1c=";
rev = "d81eb557d7f2aad5e22e3633fbcd53a4d60ac5d1";
sha256 = "sha256-O6W2xiG5rZzD/40ytIFo4HovKq0ml0oCV6amcAQhoUs=";
};
sourceRoot = "${src.name}/klippy";