klipper: unstable-2024-02-13 -> unstable-2024-02-17
This commit is contained in:
parent
82e5bc1a59
commit
421e8504f4
1 changed files with 3 additions and 3 deletions
|
@ -8,13 +8,13 @@
|
|||
|
||||
stdenv.mkDerivation rec {
|
||||
pname = "klipper";
|
||||
version = "unstable-2024-02-13";
|
||||
version = "unstable-2024-02-17";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "KevinOConnor";
|
||||
repo = "klipper";
|
||||
rev = "1b24f6a2ad2b7527f5fc70efaf9a4055f4bef752";
|
||||
sha256 = "sha256-TdW3hsASe17A54la0s5nz800G1cMS7xKUP6VSMxTULY=";
|
||||
rev = "28f06a104bc0cfe3a7d36db343ade5a805b3e132";
|
||||
sha256 = "sha256-v2nv4g3dQTMbUKIrEJo8s66WRWXnSkWO8K+12fK/cZw=";
|
||||
};
|
||||
|
||||
sourceRoot = "${src.name}/klippy";
|
||||
|
|
Loading…
Reference in a new issue