klipper: unstable-2021-09-21 -> unstable-2021-11-10
This commit is contained in:
parent
a6b0f5af47
commit
538179d2f0
1 changed files with 3 additions and 3 deletions
|
@ -6,13 +6,13 @@
|
||||||
}:
|
}:
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
pname = "klipper";
|
pname = "klipper";
|
||||||
version = "unstable-2021-09-21";
|
version = "unstable-2021-11-10";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "KevinOConnor";
|
owner = "KevinOConnor";
|
||||||
repo = "klipper";
|
repo = "klipper";
|
||||||
rev = "0b918b357cb0c282d53cbdf59e1931a2054cd60a";
|
rev = "c179db3d4331db9d85c7acfdaa1e96e295d277ba";
|
||||||
sha256 = "sha256-vUhP71vZ5XFG7MDkPFpAcCUL4kIdzHJ1hAkwqIi6ksQ=";
|
sha256 = "sha256-/fFbhKiSQq9E9iucinTgUTyOtfDKCMgvzebHjfOaJ+M=";
|
||||||
};
|
};
|
||||||
|
|
||||||
sourceRoot = "source/klippy";
|
sourceRoot = "source/klippy";
|
||||||
|
|
Loading…
Reference in a new issue