1
0
Fork 0

Compare commits

..

2 commits

Author SHA1 Message Date
Daniel Kempkens 5fd972331e
various: update packages
All checks were successful
Build / build-amd64-linux (push) Successful in 7m8s
Build / build-arm64-linux (push) Successful in 20m4s
2023-09-22 12:47:21 +02:00
Daniel Kempkens 7e8e17fb49
Update deps 2023-09-22 12:39:58 +02:00
5 changed files with 14 additions and 14 deletions

View file

@ -45,11 +45,11 @@
}, },
"locked": { "locked": {
"dir": "contrib", "dir": "contrib",
"lastModified": 1695293905, "lastModified": 1695376565,
"narHash": "sha256-vwuytAB/nKLQQ1itTN/Bh1bsRjf31fP/MHNbQkn01DQ=", "narHash": "sha256-q0g7lGEb+BmpyQ17Df2pbCxuYKT+RqufUJEXYmA5kwI=",
"owner": "neovim", "owner": "neovim",
"repo": "neovim", "repo": "neovim",
"rev": "5e43a4ce4d973677172519a50e4f6f49e6dd4a2b", "rev": "b7763d7f6b7fdcabe06658c664457df8bc147563",
"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-07-20"; version = "2023-09-18";
src = pkgs.fetchFromSourcehut { src = pkgs.fetchFromSourcehut {
owner = "~xerool"; owner = "~xerool";
repo = pname; repo = pname;
rev = "e7c642e12a15c6d452559414ee1890b30f4e8406"; rev = "824525573a6299c232a0b910a960bd59a563904f";
sha256 = "00afmrkd7hszh91axva6vgp15jxsgvfazgign26r8b48cwdf1x64"; sha256 = "sha256-qgHPXfIiIMw/hXkINgqv/OJb81TheiBBktuqrpJ+Z6s=";
fetchSubmodules = false; fetchSubmodules = false;
}; };
buildInputs = with pkgs; [ buildInputs = with pkgs; [
lua luajit
]; ];
buildPhase = '' buildPhase = ''

View file

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

View file

@ -2,16 +2,16 @@
pkgs.buildGoModule rec { pkgs.buildGoModule rec {
pname = "q"; pname = "q";
version = "0.11.3"; version = "0.12.0";
src = pkgs.fetchFromGitHub { src = pkgs.fetchFromGitHub {
owner = "natesales"; owner = "natesales";
repo = pname; repo = pname;
rev = "v${version}"; rev = "v${version}";
sha256 = "sha256-lhExnXxM28aIiFsYy46sOfWSsLD/+lnQnZY2ZY0D90o="; sha256 = "sha256-Z62xxmbzouuP0ol0sJxlh3bQr/sysFSqo7Y5b26IJ1g=";
}; };
vendorSha256 = "sha256-cZRaf5Ks6Y4PzeVN0Lf1TxXzrifb7uQzsMbZf6JbLK4="; vendorSha256 = "sha256-uWPvUz8H9e/deZ3JmpRBNEG6UXAQa1068fZwQoeiKkc=";
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.1"; version = "1.7.4";
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-0HL+eo6PIDSsCrDiNovbuYVPCE0srij2TXAfc/+StkQ="; sha256 = "sha256-07MZkJisZ9h8rUm2t60KRVXCuFROMa7cVyCNzik7VqE=";
}; };
buildInputs = with pkgs; [ unzip ]; buildInputs = with pkgs; [ unzip ];