klipper: 0.9.1 -> unstable-2021-01-31

Moving to unstable as it seems like they are back to not cutting
releases
This commit is contained in:
Bernardo Meurer 2021-01-31 18:55:40 -08:00
parent c47e34e88a
commit 7e1f5d5d5b
No known key found for this signature in database
GPG Key ID: F4C0D53B8D14C246

View File

@ -6,13 +6,13 @@
}: }:
stdenv.mkDerivation rec { stdenv.mkDerivation rec {
name = "klipper"; name = "klipper";
version = "0.9.1"; version = "unstable-2021-01-31";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "KevinOConnor"; owner = "KevinOConnor";
repo = "klipper"; repo = "klipper";
rev = "v${version}"; rev = "ef4d9c3abd30ae8a485020fd9ff2fb4529a143b3";
sha256 = "1wgklngsz6xxl25qxi9fkqhbyhwy61iyyk76ycq68b3miayrkgpj"; sha256 = "puAkSGL0DD0JUWejPdzr7zKIW2UP2soBBtgm2msUKzA=";
}; };
sourceRoot = "source/klippy"; sourceRoot = "source/klippy";