amfora: 1.6.0 -> 1.7.2
This commit is contained in:
parent
ef7116f203
commit
7ff002dc9f
@ -2,24 +2,22 @@
|
|||||||
|
|
||||||
buildGoModule rec {
|
buildGoModule rec {
|
||||||
pname = "amfora";
|
pname = "amfora";
|
||||||
version = "1.6.0";
|
version = "1.7.2";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "makeworld-the-better-one";
|
owner = "makeworld-the-better-one";
|
||||||
repo = "amfora";
|
repo = "amfora";
|
||||||
rev = "v${version}";
|
rev = "v${version}";
|
||||||
sha256 = "1f5r12hmdgj26p4ss5pcpfcvqlcn19fr9xvvvk2izckcr48p4fy7";
|
sha256 = "KAOIx401G/kB/TclhidOnUja1P+mLo/mUwAqGJfVfyg=";
|
||||||
};
|
};
|
||||||
|
|
||||||
vendorSha256 = "0mkk7xxfxxp1w9890mkmag11mzxhy2zmh8v1macpyp1zmzgs21f8";
|
vendorSha256 = "rOEM7iEkm42g8yJxY7qdTCSbkPMDHqlAsK7/ud8IDLY=";
|
||||||
|
|
||||||
postInstall = ''
|
postInstall = ''
|
||||||
sed -i "s:amfora:$out/bin/amfora:" amfora.desktop
|
sed -i "s:amfora:$out/bin/amfora:" amfora.desktop
|
||||||
install -Dm644 amfora.desktop -t $out/share/applications
|
install -Dm644 amfora.desktop -t $out/share/applications
|
||||||
'';
|
'';
|
||||||
|
|
||||||
doCheck = false;
|
|
||||||
|
|
||||||
meta = with lib; {
|
meta = with lib; {
|
||||||
description = "A fancy terminal browser for the Gemini protocol";
|
description = "A fancy terminal browser for the Gemini protocol";
|
||||||
homepage = "https://github.com/makeworld-the-better-one/amfora";
|
homepage = "https://github.com/makeworld-the-better-one/amfora";
|
||||||
|
Loading…
x
Reference in New Issue
Block a user