Unverified Commit 984109a6 authored by Bernardo Meurer's avatar Bernardo Meurer Committed by GitHub
Browse files

Merge pull request #191330 from r-ryantm/auto-update/klipper

parents af37b73a e32e337b
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -7,13 +7,13 @@

stdenv.mkDerivation rec {
  pname = "klipper";
  version = "unstable-2022-09-11";
  version = "unstable-2022-09-16";

  src = fetchFromGitHub {
    owner = "KevinOConnor";
    repo = "klipper";
    rev = "ee5bdbadd1d00cf161e0b2cdfbcf5c622abc8326";
    sha256 = "sha256-nVnJQEi6xNMNpC5byG1ce3M5hpJOd53g1ugjHXKY2zI=";
    rev = "7527e57e5a778d069aaa05b01e03869c63a1a712";
    sha256 = "sha256-k3tvV7uCdmPN4SvZixvPmOqt5jTN9tz0W6SUXN5g3Ss=";
  };

  sourceRoot = "source/klippy";