1
0
Fork 0

Update vuetorrent and nitter-unstable

This commit is contained in:
Daniel Kempkens 2023-07-15 22:18:05 +02:00
parent 3f67827eec
commit d4c3e35ede
Signed by: daniel
SSH key fingerprint: SHA256:Ks/MyhQYcPRQiwMKLAKquWCdCPe3JXlb1WttgnAoSeM
2 changed files with 5 additions and 5 deletions

View file

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

View file

@ -2,11 +2,11 @@
pkgs.stdenv.mkDerivation rec {
pname = "vuetorrent";
version = "1.6.0";
version = "1.6.1";
src = pkgs.fetchurl {
url = "https://github.com/WDaan/VueTorrent/releases/download/v${version}/vuetorrent.zip";
sha256 = "sha256-+Hyh+tQWVXDdQDIU5fdAZIXdUvQN8v1NLXzU9+yNRmI=";
sha256 = "sha256-VuYwhf4HSUjeNM7RQLDIIdQTRrXXa6G2EKosGHj+iLU=";
};
buildInputs = with pkgs; [ unzip ];