1
0
Fork 0

fennel-ls, nitter: update

This commit is contained in:
Daniel Kempkens 2023-07-23 18:21:08 +02:00
parent 0d0f1a7a5f
commit 62cbcf5be6
Signed by: daniel
SSH key fingerprint: SHA256:Ks/MyhQYcPRQiwMKLAKquWCdCPe3JXlb1WttgnAoSeM
2 changed files with 6 additions and 6 deletions

View file

@ -2,13 +2,13 @@
pkgs.stdenv.mkDerivation rec { pkgs.stdenv.mkDerivation rec {
pname = "fennel-ls"; pname = "fennel-ls";
version = "2023-06-29"; version = "2023-07-20";
src = pkgs.fetchFromSourcehut { src = pkgs.fetchFromSourcehut {
owner = "~xerool"; owner = "~xerool";
repo = pname; repo = pname;
rev = "21bd635123273141581098eb2501e9ee946e53b0"; rev = "e7c642e12a15c6d452559414ee1890b30f4e8406";
sha256 = "sha256-RVKD+otCFXCIjJWIe5fn68OzuKz4NhCJRQuQfXYrioI="; sha256 = "00afmrkd7hszh91axva6vgp15jxsgvfazgign26r8b48cwdf1x64";
fetchSubmodules = false; fetchSubmodules = false;
}; };

View file

@ -2,13 +2,13 @@
pkgs.nitter.overrideAttrs ( pkgs.nitter.overrideAttrs (
oa: { oa: {
version = "unstable-2023-07-14"; version = "unstable-2023-07-22";
src = pkgs.fetchFromGitHub { src = pkgs.fetchFromGitHub {
owner = "zedeus"; owner = "zedeus";
repo = "nitter"; repo = "nitter";
rev = "f881226b223f1650f7f1621991baa38513ddb61f"; rev = "72d8f35cd1ec1205824711a41dab4b8d7a6b298a";
sha256 = "sha256-5QV17pV8VS/eB+SUpQZIlTS87iQ+rTbqMLHgFyn/AFk="; sha256 = "04q371r487zm97nm0nxm0wydhdy0jd0n91w6ykl3wqax2q1z6a0j";
}; };
} }
) )