klipper: unstable-2022-09-11 -> unstable-2022-09-16

This commit is contained in:
R. Ryantm 2022-09-17 10:56:32 +00:00
parent 74d81b4908
commit e32e337bcb

View file

@ -6,13 +6,13 @@
}: }:
stdenv.mkDerivation rec { stdenv.mkDerivation rec {
pname = "klipper"; pname = "klipper";
version = "unstable-2022-09-11"; version = "unstable-2022-09-16";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "KevinOConnor"; owner = "KevinOConnor";
repo = "klipper"; repo = "klipper";
rev = "ee5bdbadd1d00cf161e0b2cdfbcf5c622abc8326"; rev = "7527e57e5a778d069aaa05b01e03869c63a1a712";
sha256 = "sha256-nVnJQEi6xNMNpC5byG1ce3M5hpJOd53g1ugjHXKY2zI="; sha256 = "sha256-k3tvV7uCdmPN4SvZixvPmOqt5jTN9tz0W6SUXN5g3Ss=";
}; };
sourceRoot = "source/klippy"; sourceRoot = "source/klippy";