klipper: 0.12.0-unstable-2024-06-05 -> 0.12.0-unstable-2024-06-21 (#320125)

This commit is contained in:
R. RyanTM
2024-06-23 16:10:50 +04:00
committed by GitHub
parent a3530eabd7
commit 5ec0ac0a50
+3 -3
View File
@@ -8,13 +8,13 @@
stdenv.mkDerivation rec {
pname = "klipper";
version = "0.12.0-unstable-2024-06-05";
version = "0.12.0-unstable-2024-06-21";
src = fetchFromGitHub {
owner = "KevinOConnor";
repo = "klipper";
rev = "49c0ad6369670da574f550aa878ce9f6e1899e74";
sha256 = "sha256-9kzOIv5FS0+FqgrMD2rtWoX1ZbidOfrh6pOalru8HWo=";
rev = "6d70050261ec3290f3c2e4015438e4910fd430d0";
sha256 = "sha256-vN1lrFM/ifcMCZfrvfK/MDLYx0qnAMgfBW9UWdyv+MY=";
};
sourceRoot = "${src.name}/klippy";