klipper: use unstableGitUpdater
This commit is contained in:
parent
5b896d3797
commit
c47e34e88a
@ -2,6 +2,7 @@
|
|||||||
, lib
|
, lib
|
||||||
, fetchFromGitHub
|
, fetchFromGitHub
|
||||||
, python2
|
, python2
|
||||||
|
, unstableGitUpdater
|
||||||
}:
|
}:
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
name = "klipper";
|
name = "klipper";
|
||||||
@ -39,6 +40,8 @@ stdenv.mkDerivation rec {
|
|||||||
runHook postInstall
|
runHook postInstall
|
||||||
'';
|
'';
|
||||||
|
|
||||||
|
passthru.updateScript = unstableGitUpdater { url = meta.homepage; };
|
||||||
|
|
||||||
meta = with lib; {
|
meta = with lib; {
|
||||||
description = "The Klipper 3D printer firmware";
|
description = "The Klipper 3D printer firmware";
|
||||||
homepage = "https://github.com/KevinOConnor/klipper";
|
homepage = "https://github.com/KevinOConnor/klipper";
|
||||||
|
Loading…
x
Reference in New Issue
Block a user