klipper: 0.13.0-unstable-2025-05-02 -> 0.13.0-unstable-2025-05-14
This commit is contained in:
parent
006f8e9a2f
commit
486b9e4b90
@ -10,13 +10,13 @@
|
|||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
pname = "klipper";
|
pname = "klipper";
|
||||||
version = "0.13.0-unstable-2025-05-02";
|
version = "0.13.0-unstable-2025-05-14";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "KevinOConnor";
|
owner = "KevinOConnor";
|
||||||
repo = "klipper";
|
repo = "klipper";
|
||||||
rev = "1cc63980747b80516f8fc4f022eedf18ae739086";
|
rev = "82f540bb731fe4ae4575d48aefb2f837491ba4e6";
|
||||||
sha256 = "sha256-0VKlbCdfVE8XxGoKZQd5Gab5Aq3oq4EHdtCh3tEkgwI=";
|
sha256 = "sha256-eP6QQu1FHq08lkZIwaPamuIQg54bLBMDF0UBfQnKiRQ=";
|
||||||
};
|
};
|
||||||
|
|
||||||
sourceRoot = "${src.name}/klippy";
|
sourceRoot = "${src.name}/klippy";
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user