cassini: point to my own development fork
i hope this isn't a dead end.
This commit is contained in:
@@ -1,6 +1,7 @@
|
|||||||
{
|
{
|
||||||
lib,
|
lib,
|
||||||
fetchFromGitHub,
|
fetchFromGitHub,
|
||||||
|
fetchFromGitea,
|
||||||
fetchpatch,
|
fetchpatch,
|
||||||
python3,
|
python3,
|
||||||
stdenv,
|
stdenv,
|
||||||
@@ -8,11 +9,18 @@
|
|||||||
pname = "cassini";
|
pname = "cassini";
|
||||||
version = "0-unstable-2024-03-30";
|
version = "0-unstable-2024-03-30";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
# src = fetchFromGitHub {
|
||||||
owner = "vvuk";
|
# owner = "vvuk";
|
||||||
|
# repo = "cassini";
|
||||||
|
# rev = "052265f2a287b40e06971cfa3d66fc83bda19f93";
|
||||||
|
# hash = "sha256-lk4Y5aGSVHBY4Lju7Q9QDknSvo8PK6YdhQkmoIhFVec=";
|
||||||
|
# };
|
||||||
|
src = fetchFromGitea {
|
||||||
|
domain = "git.uninsane.org";
|
||||||
|
owner = "colin";
|
||||||
repo = "cassini";
|
repo = "cassini";
|
||||||
rev = "052265f2a287b40e06971cfa3d66fc83bda19f93";
|
rev = "4c8fae92cac1f15101cfb96f71aaf8e491a4f392";
|
||||||
hash = "sha256-lk4Y5aGSVHBY4Lju7Q9QDknSvo8PK6YdhQkmoIhFVec=";
|
hash = "sha256-fHhR4hiBowQzl2GW8z7ugYvYYyWYVc70pILwRzw+lPU=";
|
||||||
};
|
};
|
||||||
|
|
||||||
# patches = [
|
# patches = [
|
||||||
|
Reference in New Issue
Block a user