mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-11 04:02:55 +03:00
klipper: unstable-2023-10-21 -> unstable-2023-11-16
This commit is contained in:
parent
2332b0d7f4
commit
d369fe2410
@ -8,13 +8,13 @@
|
||||
|
||||
stdenv.mkDerivation rec {
|
||||
pname = "klipper";
|
||||
version = "unstable-2023-10-21";
|
||||
version = "unstable-2023-11-16";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "KevinOConnor";
|
||||
repo = "klipper";
|
||||
rev = "f7567a0db954eabe4c6b8da3f73ce68693698646";
|
||||
sha256 = "sha256-zOXoHTySTtq2fR7ujU6aiKAgvw11ogM8K+HJF1RoWEQ=";
|
||||
rev = "187cc2f1b89e3870d694f8db6a64b116992106b7";
|
||||
sha256 = "sha256-CmnWgX8MvQs/5jQuAR8+1bKM4VsFXF2pV/jme75WJLY=";
|
||||
};
|
||||
|
||||
sourceRoot = "${src.name}/klippy";
|
||||
|
Loading…
Reference in New Issue
Block a user