1
0
Fork 0

host(aquarius): remove old host, and add new host aquarius

This commit is contained in:
Philipp 2025-09-27 16:53:36 +02:00
parent 3e4903361c
commit 46a8141cc4
Signed by: Philipp
GPG key ID: B27C3DE2FD94AFC3
8 changed files with 89 additions and 52 deletions

View file

@ -8,16 +8,17 @@ final: prev: {
awesome-flake = (prev.awesome-flake or { }) // {
cinny = prev.cinny-unwrapped.overrideAttrs (_old: rec {
pname = "cinny-unwrapped";
version = "65475050d76d6e8da8c3402528215b1425e8ed4e";
version = "76ac4e298733e67dbfcd3f0c3a4bae169cd521dd";
src = final.fetchFromGitHub {
owner = "GigiaJ";
#owner = "GigiaJ";
owner = "cinnyapp";
repo = "cinny";
rev = version;
hash = "sha256-kJZDc53mcJrGIw3Dl4ANq+1O5O2p0tcO2btQGNGRg4A=";
hash = "sha256-tvBaONJwfkCK77aHmWJ/UAAZHq2WIc7geNT2tEFKuZ0=";
};
npmDepsHash = "sha256-GkD+CrblXBv7yPVrTBVIGkz7Wu5llWzlluNq7rmm3CE=";
npmDepsHash = "sha256-9faffTlXEI1lMrVrkSyso/tfjs/4W+TVzmiv+bZAv18=";
npmDeps = final.fetchNpmDeps {
inherit src;
name = "${pname}-${version}-npm-deps";