klipper: unstable-2021-09-03 -> unstable-2021-09-21
This commit is contained in:
parent
ed4f741c9c
commit
7fa7c823ec
1 changed files with 3 additions and 3 deletions
|
@ -6,13 +6,13 @@
|
|||
}:
|
||||
stdenv.mkDerivation rec {
|
||||
pname = "klipper";
|
||||
version = "unstable-2021-09-03";
|
||||
version = "unstable-2021-09-21";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "KevinOConnor";
|
||||
repo = "klipper";
|
||||
rev = "c84956befe88daeeb9512acaa9fa82395665df16";
|
||||
sha256 = "sha256-dHFIeA2RCoqC0ROYUUbSoLZ4frRWBJaNJWohpK8xN7I=";
|
||||
rev = "0b918b357cb0c282d53cbdf59e1931a2054cd60a";
|
||||
sha256 = "sha256-vUhP71vZ5XFG7MDkPFpAcCUL4kIdzHJ1hAkwqIi6ksQ=";
|
||||
};
|
||||
|
||||
# We have no LTO on i686 since commit 22284b0
|
||||
|
|
Loading…
Reference in a new issue