klipper: unstable-2024-01-06 -> unstable-2024-02-13
This commit is contained in:
parent
f893cc7daa
commit
4fbb7ddc79
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-01-06";
|
version = "unstable-2024-02-13";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "KevinOConnor";
|
owner = "KevinOConnor";
|
||||||
repo = "klipper";
|
repo = "klipper";
|
||||||
rev = "b50d6669a8b491edf07602c0528d26abe8985536";
|
rev = "1b24f6a2ad2b7527f5fc70efaf9a4055f4bef752";
|
||||||
sha256 = "sha256-qI+0bia5ROzXcuz0JVLdGyRa45NWTU/MH8dBUXGaHgA=";
|
sha256 = "sha256-TdW3hsASe17A54la0s5nz800G1cMS7xKUP6VSMxTULY=";
|
||||||
};
|
};
|
||||||
|
|
||||||
sourceRoot = "${src.name}/klippy";
|
sourceRoot = "${src.name}/klippy";
|
||||||
|
|
Loading…
Reference in a new issue