cassini: point to my own development fork

i hope this isn't a dead end.
This commit is contained in:
2025-03-10 07:59:19 +00:00
parent 0bdc5b4a59
commit 7ae39338b7

View File

@@ -1,6 +1,7 @@
{
lib,
fetchFromGitHub,
fetchFromGitea,
fetchpatch,
python3,
stdenv,
@@ -8,11 +9,18 @@
pname = "cassini";
version = "0-unstable-2024-03-30";
src = fetchFromGitHub {
owner = "vvuk";
# src = fetchFromGitHub {
# owner = "vvuk";
# repo = "cassini";
# rev = "052265f2a287b40e06971cfa3d66fc83bda19f93";
# hash = "sha256-lk4Y5aGSVHBY4Lju7Q9QDknSvo8PK6YdhQkmoIhFVec=";
# };
src = fetchFromGitea {
domain = "git.uninsane.org";
owner = "colin";
repo = "cassini";
rev = "052265f2a287b40e06971cfa3d66fc83bda19f93";
hash = "sha256-lk4Y5aGSVHBY4Lju7Q9QDknSvo8PK6YdhQkmoIhFVec=";
rev = "4c8fae92cac1f15101cfb96f71aaf8e491a4f392";
hash = "sha256-fHhR4hiBowQzl2GW8z7ugYvYYyWYVc70pILwRzw+lPU=";
};
# patches = [