Merge pull request #300800 from r-ryantm/auto-update/klipper
klipper: unstable-2024-03-19 -> unstable-2024-03-25
This commit is contained in:
commit
230dd631f0
1 changed files with 3 additions and 3 deletions
|
@ -8,13 +8,13 @@
|
||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
pname = "klipper";
|
pname = "klipper";
|
||||||
version = "unstable-2024-03-19";
|
version = "unstable-2024-03-25";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "KevinOConnor";
|
owner = "KevinOConnor";
|
||||||
repo = "klipper";
|
repo = "klipper";
|
||||||
rev = "235b75be3c287a9fdcde54b347734bf6a8de2ade";
|
rev = "e37b007f67e5bdc330af45b78643f7789c789907";
|
||||||
sha256 = "sha256-PTdLhoKTlvrTljAvrK8q/JF9w50kKJHkWrzdPPaSfCc=";
|
sha256 = "sha256-3IkSU8RXyM8WcrEty2+rGn+K386Pi234n2LCdVi8OkI=";
|
||||||
};
|
};
|
||||||
|
|
||||||
sourceRoot = "${src.name}/klippy";
|
sourceRoot = "${src.name}/klippy";
|
||||||
|
|
Loading…
Reference in a new issue