mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-10-31 14:41:27 +00:00
klipper: unstable-2021-07-15 -> unstable-2021-09-03
This commit is contained in:
parent
f6e9e908cc
commit
117a1b9745
@ -6,13 +6,13 @@
|
||||
}:
|
||||
stdenv.mkDerivation rec {
|
||||
pname = "klipper";
|
||||
version = "unstable-2021-07-15";
|
||||
version = "unstable-2021-09-03";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "KevinOConnor";
|
||||
repo = "klipper";
|
||||
rev = "dafb74e3aba707db364ed773bb2135084ac0fffa";
|
||||
sha256 = "sha256-wF5I8Mo89ohhysBRDMtkCDbCW9SKWrdYdbifmxCPJBc=";
|
||||
rev = "c84956befe88daeeb9512acaa9fa82395665df16";
|
||||
sha256 = "sha256-dHFIeA2RCoqC0ROYUUbSoLZ4frRWBJaNJWohpK8xN7I=";
|
||||
};
|
||||
|
||||
# We have no LTO on i686 since commit 22284b0
|
||||
|
Loading…
Reference in New Issue
Block a user