1
0
Fork 0

nitter, vuetorrent: update

This commit is contained in:
Daniel Kempkens 2023-08-10 00:31:23 +02:00
parent 8615660800
commit 54d7f45dfa
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-22";
version = "unstable-2023-08-08";
src = pkgs.fetchFromGitHub {
owner = "zedeus";
repo = "nitter";
rev = "72d8f35cd1ec1205824711a41dab4b8d7a6b298a";
sha256 = "04q371r487zm97nm0nxm0wydhdy0jd0n91w6ykl3wqax2q1z6a0j";
rev = "d7ca353a55ea3440a2ec1f09155951210a374cc7";
sha256 = "sha256-nlpUzbMkDzDk1n4X+9Wk7+qQk+KOfs5ID6euIfHBoa8=";
};
}
)

View file

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