Compare commits
No commits in common. "562d74360229f2804ac9e4a86179f903607b1858" and "44bc5ec49d642943672e230652a1e72821bec47a" have entirely different histories.
562d743602
...
44bc5ec49d
2 changed files with 9 additions and 10 deletions
|
@ -8,11 +8,11 @@
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
"locked": {
|
"locked": {
|
||||||
"lastModified": 1717764638,
|
"lastModified": 1717752927,
|
||||||
"narHash": "sha256-gFq0wpux9QZi/oL02zCW5ci91D1GBC64nZTbt6lvdXo=",
|
"narHash": "sha256-rSM82Av3+ZrhkgGSSXKtM4L/0XsTZesKTPepqsHZmqc=",
|
||||||
"ref": "refs/heads/main",
|
"ref": "refs/heads/main",
|
||||||
"rev": "65dc941852bc552755e6fc49e461b5d4391e2bad",
|
"rev": "63d481643e13c2f6a60a1e565f6b5eae5d52c6a4",
|
||||||
"revCount": 45,
|
"revCount": 40,
|
||||||
"type": "git",
|
"type": "git",
|
||||||
"url": "https://git.cherrykitten.dev/sammy/cherrykitten.dev"
|
"url": "https://git.cherrykitten.dev/sammy/cherrykitten.dev"
|
||||||
},
|
},
|
||||||
|
|
|
@ -1,20 +1,19 @@
|
||||||
final: prev: {
|
final: prev: {
|
||||||
gotosocial =
|
gotosocial =
|
||||||
let
|
let
|
||||||
version = "0.16.0-rc1";
|
|
||||||
web-assets = prev.fetchurl {
|
web-assets = prev.fetchurl {
|
||||||
url = "https://github.com/superseriousbusiness/gotosocial/releases/download/v${version}/gotosocial_${version}_web-assets.tar.gz";
|
url = "https://github.com/superseriousbusiness/gotosocial/releases/download/v0.15.0/gotosocial_0.15.0_web-assets.tar.gz";
|
||||||
hash = "sha256-bSMbqiRslDQd+HEaB0AA1pIgXeqAhamhxAq22B9gUHk=";
|
hash = "sha256-vrSdFIdBcfj6+sxtvv1s/Mu85I1mKxjyUYS902oLKk4=";
|
||||||
};
|
};
|
||||||
in
|
in
|
||||||
prev.gotosocial.overrideAttrs {
|
prev.gotosocial.overrideAttrs {
|
||||||
inherit version;
|
version = "0.15.0";
|
||||||
doCheck = false;
|
doCheck = false;
|
||||||
src = prev.fetchFromGitHub {
|
src = prev.fetchFromGitHub {
|
||||||
owner = "superseriousbusiness";
|
owner = "superseriousbusiness";
|
||||||
repo = "gotosocial";
|
repo = "gotosocial";
|
||||||
rev = "refs/tags/v${ version }";
|
rev = "refs/tags/v0.15.0";
|
||||||
hash = "sha256-nO6WvGkWm5K5sitNypDLEESBAO+4ZXBMGDrkYmGDIks=";
|
hash = "sha256-z0iETddkw4C2R6ig9ZO8MTvhuWnmQ37/6q3oZ4WAzd4=";
|
||||||
};
|
};
|
||||||
postInstall = ''
|
postInstall = ''
|
||||||
tar xf ${web-assets}
|
tar xf ${web-assets}
|
||||||
|
|
Loading…
Reference in a new issue