1
0
Fork 0

Compare commits

..

No commits in common. "5fd972331e96c63633c884b1edabaa9832de48d8" and "1845949793f5a16d5ab6c7c1bc4c9c7eed229b71" have entirely different histories.

5 changed files with 14 additions and 14 deletions

View file

@ -45,11 +45,11 @@
}, },
"locked": { "locked": {
"dir": "contrib", "dir": "contrib",
"lastModified": 1695376565, "lastModified": 1695293905,
"narHash": "sha256-q0g7lGEb+BmpyQ17Df2pbCxuYKT+RqufUJEXYmA5kwI=", "narHash": "sha256-vwuytAB/nKLQQ1itTN/Bh1bsRjf31fP/MHNbQkn01DQ=",
"owner": "neovim", "owner": "neovim",
"repo": "neovim", "repo": "neovim",
"rev": "b7763d7f6b7fdcabe06658c664457df8bc147563", "rev": "5e43a4ce4d973677172519a50e4f6f49e6dd4a2b",
"type": "github" "type": "github"
}, },
"original": { "original": {

View file

@ -2,18 +2,18 @@
pkgs.stdenv.mkDerivation rec { pkgs.stdenv.mkDerivation rec {
pname = "fennel-ls"; pname = "fennel-ls";
version = "2023-09-18"; version = "2023-07-20";
src = pkgs.fetchFromSourcehut { src = pkgs.fetchFromSourcehut {
owner = "~xerool"; owner = "~xerool";
repo = pname; repo = pname;
rev = "824525573a6299c232a0b910a960bd59a563904f"; rev = "e7c642e12a15c6d452559414ee1890b30f4e8406";
sha256 = "sha256-qgHPXfIiIMw/hXkINgqv/OJb81TheiBBktuqrpJ+Z6s="; sha256 = "00afmrkd7hszh91axva6vgp15jxsgvfazgign26r8b48cwdf1x64";
fetchSubmodules = false; fetchSubmodules = false;
}; };
buildInputs = with pkgs; [ buildInputs = with pkgs; [
luajit lua
]; ];
buildPhase = '' buildPhase = ''

View file

@ -15,13 +15,13 @@ let
in in
beamPackages.mixRelease rec { beamPackages.mixRelease rec {
pname = "lexical"; pname = "lexical";
version = "0.3.3"; version = "0.3.0";
src = pkgs.fetchFromGitHub { src = pkgs.fetchFromGitHub {
owner = "lexical-lsp"; owner = "lexical-lsp";
repo = "lexical"; repo = "lexical";
rev = "v${version}"; rev = "v${version}";
sha256 = "sha256-yN5OVQFuxSDWxfgNuZJEYFO3208Ui93qbREylCoSGQs="; sha256 = "sha256-iwa1EYaeKja9lOOZsO1588OfzlhPoa82u5+d2JZvmVU=";
}; };
mixFodDeps = beamPackages.fetchMixDeps { mixFodDeps = beamPackages.fetchMixDeps {

View file

@ -2,16 +2,16 @@
pkgs.buildGoModule rec { pkgs.buildGoModule rec {
pname = "q"; pname = "q";
version = "0.12.0"; version = "0.11.3";
src = pkgs.fetchFromGitHub { src = pkgs.fetchFromGitHub {
owner = "natesales"; owner = "natesales";
repo = pname; repo = pname;
rev = "v${version}"; rev = "v${version}";
sha256 = "sha256-Z62xxmbzouuP0ol0sJxlh3bQr/sysFSqo7Y5b26IJ1g="; sha256 = "sha256-lhExnXxM28aIiFsYy46sOfWSsLD/+lnQnZY2ZY0D90o=";
}; };
vendorSha256 = "sha256-uWPvUz8H9e/deZ3JmpRBNEG6UXAQa1068fZwQoeiKkc="; vendorSha256 = "sha256-cZRaf5Ks6Y4PzeVN0Lf1TxXzrifb7uQzsMbZf6JbLK4=";
ldflags = "-s -w -X main.version=release"; ldflags = "-s -w -X main.version=release";
doCheck = false; doCheck = false;

View file

@ -2,11 +2,11 @@
pkgs.stdenv.mkDerivation rec { pkgs.stdenv.mkDerivation rec {
pname = "vuetorrent"; pname = "vuetorrent";
version = "1.7.4"; version = "1.7.1";
src = pkgs.fetchurl { src = pkgs.fetchurl {
url = "https://github.com/WDaan/VueTorrent/releases/download/v${version}/vuetorrent.zip"; url = "https://github.com/WDaan/VueTorrent/releases/download/v${version}/vuetorrent.zip";
sha256 = "sha256-07MZkJisZ9h8rUm2t60KRVXCuFROMa7cVyCNzik7VqE="; sha256 = "sha256-0HL+eo6PIDSsCrDiNovbuYVPCE0srij2TXAfc/+StkQ=";
}; };
buildInputs = with pkgs; [ unzip ]; buildInputs = with pkgs; [ unzip ];