Commit 5ae0b96f authored by OPNA2608's avatar OPNA2608
Browse files

klipper: unstable-2024-04-20 -> 0.12.0-unstable-2024-04-20

parent 4d15920c
Loading
Loading
Loading
Loading
+5 −2
Original line number Diff line number Diff line
@@ -8,7 +8,7 @@

stdenv.mkDerivation rec {
  pname = "klipper";
  version = "unstable-2024-04-20";
  version = "0.12.0-unstable-2024-04-20";

  src = fetchFromGitHub {
    owner = "KevinOConnor";
@@ -63,7 +63,10 @@ stdenv.mkDerivation rec {
    runHook postInstall
  '';

  passthru.updateScript = unstableGitUpdater { url = meta.homepage; };
  passthru.updateScript = unstableGitUpdater {
    url = meta.homepage;
    tagPrefix = "v";
  };

  meta = with lib; {
    description = "The Klipper 3D printer firmware";