Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: NixOS/nixpkgs
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 979e2c252ac5
Choose a base ref
...
head repository: NixOS/nixpkgs
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: f21a35dfcd42
Choose a head ref
  • 2 commits
  • 1 file changed
  • 2 contributors

Commits on Oct 30, 2020

  1. klipper: 0.8.0 -> 0.9.1

    lovesegfault committed Oct 30, 2020
    Copy the full SHA
    79251b5 View commit details

Commits on Nov 26, 2020

  1. Merge pull request #102143 from lovesegfault/klipper-0.9.1

    klipper: 0.8.0 -> 0.9.1
    SuperSandro2000 authored Nov 26, 2020
    Copy the full SHA
    f21a35d View commit details
Showing with 2 additions and 2 deletions.
  1. +2 −2 pkgs/servers/klipper/default.nix
4 changes: 2 additions & 2 deletions pkgs/servers/klipper/default.nix
Original file line number Diff line number Diff line change
@@ -5,13 +5,13 @@
}:
stdenv.mkDerivation rec {
name = "klipper";
version = "0.8.0";
version = "0.9.1";

src = fetchFromGitHub {
owner = "KevinOConnor";
repo = "klipper";
rev = "v${version}";
sha256 = "1ijy2ij9yii5hms10914i614wkjpsy0k4rbgnm6l594gphivdfm7";
sha256 = "1wgklngsz6xxl25qxi9fkqhbyhwy61iyyk76ycq68b3miayrkgpj";
};

sourceRoot = "source/klippy";