klipper: unstable-2023-04-24 -> unstable-2023-06-21
This commit is contained in:
parent
0e8450caa9
commit
08239744db
1 changed files with 3 additions and 3 deletions
|
@ -8,13 +8,13 @@
|
|||
|
||||
stdenv.mkDerivation rec {
|
||||
pname = "klipper";
|
||||
version = "unstable-2023-04-24";
|
||||
version = "unstable-2023-06-21";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "KevinOConnor";
|
||||
repo = "klipper";
|
||||
rev = "b17ae55f5bd3a079ab3626b1e6fd5c60416e6ba0";
|
||||
sha256 = "sha256-e1luOJdTeSB/UNl/W91tBuuQ5f2fKfo1CSMQiE+A1T4=";
|
||||
rev = "d32a83345518f4bb632bef9ca2de669b35f0e555";
|
||||
sha256 = "sha256-XpAUv4NVERVGxV4lk6u15lIIce8ZrYf9uN3fdL5xolI=";
|
||||
};
|
||||
|
||||
sourceRoot = "source/klippy";
|
||||
|
|
Loading…
Reference in a new issue