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:
parent
c47e34e88a
commit
7e1f5d5d5b
@ -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";
|
||||||
|
Loading…
Reference in New Issue
Block a user