1
0
Fork 0

Update nitter and rimgo

This commit is contained in:
Daniel Kempkens 2023-03-11 19:54:38 +01:00
parent a732bb2899
commit a326c60b56
Signed by: daniel
SSH key fingerprint: SHA256:Ks/MyhQYcPRQiwMKLAKquWCdCPe3JXlb1WttgnAoSeM
2 changed files with 7 additions and 7 deletions

View file

@ -2,13 +2,13 @@
pkgs.nitter.overrideAttrs ( pkgs.nitter.overrideAttrs (
_: { _: {
version = "unstable-2023-03-04"; version = "unstable-2023-03-06";
src = pkgs.fetchFromGitHub { src = pkgs.fetchFromGitHub {
owner = "zedeus"; owner = "zedeus";
repo = "nitter"; repo = "nitter";
rev = "725f601c9b006cd774024464caf4529068eb17a9"; rev = "bc219aa792cc0e4117888b2036a969559f4f2689";
hash = "sha256-S4Tyq4PbXDz5lpSFOIIB5pd6oEPkmxmuk3vcHGm0xZY="; hash = "sha256-xP4b0sRa+AY3658NDlAiyc11QAKI7RbvlUsd3rR0Yyo=";
}; };
} }
) )

View file

@ -2,17 +2,17 @@
pkgs.buildGoModule rec { pkgs.buildGoModule rec {
pname = "rimgo"; pname = "rimgo";
version = "2023-02-25"; version = "2023-03-08";
src = pkgs.fetchFromGitea { src = pkgs.fetchFromGitea {
domain = "codeberg.org"; domain = "codeberg.org";
owner = "video-prize-ranch"; owner = "video-prize-ranch";
repo = pname; repo = pname;
rev = "c6a9ca3443e5ab9b9794c99cd349112c926462a1"; rev = "30f5fdcbf29cfa86c439c759078697cb295eaf4d";
hash = "sha256-vHOITcSrGNz+1lw+9RIBssi0RjqOTpVb7Z+Yvj3AD0I="; hash = "sha256-JaMTgCAQutjGe2t5uGMi84ocVrlFOPh3iFqm4a8Tkv4=";
}; };
vendorSha256 = "sha256-T2zcQB9jOldnB+0rYsTSAhjrL77Hk+oHpKecS7h2U2c="; vendorSha256 = "sha256-7oArN4V8gvDZJJ/1A9kVz/d/U9Nd69duH+oUSX7TgE0=";
meta = with lib; { meta = with lib; {
description = "An alternative frontend for Imgur."; description = "An alternative frontend for Imgur.";