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 (
_: {
version = "unstable-2023-03-04";
version = "unstable-2023-03-06";
src = pkgs.fetchFromGitHub {
owner = "zedeus";
repo = "nitter";
rev = "725f601c9b006cd774024464caf4529068eb17a9";
hash = "sha256-S4Tyq4PbXDz5lpSFOIIB5pd6oEPkmxmuk3vcHGm0xZY=";
rev = "bc219aa792cc0e4117888b2036a969559f4f2689";
hash = "sha256-xP4b0sRa+AY3658NDlAiyc11QAKI7RbvlUsd3rR0Yyo=";
};
}
)

View file

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