1
0
Fork 0

lexical,vuetorrent: update

This commit is contained in:
Daniel Kempkens 2023-11-13 21:18:37 +01:00
parent 49f2a4d9dd
commit 66d0437312
Signed by: daniel
SSH key fingerprint: SHA256:Ks/MyhQYcPRQiwMKLAKquWCdCPe3JXlb1WttgnAoSeM
2 changed files with 4 additions and 4 deletions

View file

@ -15,13 +15,13 @@ let
in
beamPackages.mixRelease rec {
pname = "lexical";
version = "0.4.0";
version = "0.4.1";
src = pkgs.fetchFromGitHub {
owner = "lexical-lsp";
repo = "lexical";
rev = "v${version}";
sha256 = "sha256-GKUZqRmh8a/u9oGc6WIE//P8jRkHYjPl09VlPJ/CIsY=";
sha256 = "sha256-X9oXx7+BjsfzVpPwZeI9ezuwHGDyvrSx940LsR6Mw8A=";
};
mixFodDeps = beamPackages.fetchMixDeps {

View file

@ -2,11 +2,11 @@
pkgs.stdenv.mkDerivation rec {
pname = "vuetorrent";
version = "2.1.0";
version = "2.1.1";
src = pkgs.fetchurl {
url = "https://github.com/WDaan/VueTorrent/releases/download/v${version}/vuetorrent.zip";
sha256 = "sha256-NwGqPHruh0Z5ZarbVXzI8iI4wox5qEHWyitYEaauIUw=";
sha256 = "sha256-b80o7kL+cm/NBT5jz6cYWKc+HimfyVCtWZiei+72t5w=";
};
buildInputs = with pkgs; [ unzip ];