mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-18 07:46:09 +01:00
Merge pull request #158918 from r-ryantm/auto-update/klipper
klipper: unstable-2022-01-09 -> unstable-2022-02-07
This commit is contained in:
commit
96c6925c79
1 changed files with 3 additions and 3 deletions
|
@ -6,13 +6,13 @@
|
|||
}:
|
||||
stdenv.mkDerivation rec {
|
||||
pname = "klipper";
|
||||
version = "unstable-2022-01-09";
|
||||
version = "unstable-2022-02-07";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "KevinOConnor";
|
||||
repo = "klipper";
|
||||
rev = "6e6ad7b5201d3452aa605f4ae852c51239c2c7d8";
|
||||
sha256 = "sha256-cflcGweEjB0xj2LhYJzyvqFSQen2vhYXlL7lz/HoGaM=";
|
||||
rev = "6d7c03365ad13c4661675aaccd0a3dc5be544493";
|
||||
sha256 = "sha256-xFSZkOFETGcJXA6CUCReoyNZXhDAfgKkWoeDRqueBVw=";
|
||||
};
|
||||
|
||||
sourceRoot = "source/klippy";
|
||||
|
|
Loading…
Reference in a new issue