forked from mirrors_public/oddlama_nix-config
chore: update starship and awakened-poe-trade
This commit is contained in:
parent
9d0ca3b672
commit
55d3ad2bdc
4 changed files with 12 additions and 8 deletions
|
@ -3,7 +3,7 @@
|
|||
fetchurl,
|
||||
}: let
|
||||
name = "awakened-poe-trade";
|
||||
version = "3.22.10003";
|
||||
version = "3.24.10002";
|
||||
description = "Path of Exile trading app for price checking";
|
||||
desktopEntry = pkgs.writeText "awakened-poe.desktop" ''
|
||||
[Desktop Entry]
|
||||
|
@ -20,14 +20,14 @@
|
|||
|
||||
icon = pkgs.fetchurl {
|
||||
url = "https://web.poecdn.com/image/Art/2DItems/Currency/TransferOrb.png";
|
||||
sha256 = "sha256-/PydWTOU2SIjATfYYk7HEHBlssvb52dr/LkyBwzZPp8=";
|
||||
hash = "sha256-bWZCh81t4mmTF1VUFA5G2n+ggkvlUSyGb2tZQsX3l9k=";
|
||||
};
|
||||
in
|
||||
pkgs.appimageTools.wrapType2 {
|
||||
name = "awakened-poe-trade";
|
||||
src = fetchurl {
|
||||
url = "https://github.com/SnosMe/awakened-poe-trade/releases/download/v${version}/${file}";
|
||||
hash = "sha256-b+cDOmU0s0MqP5ZgCacmAon8UqDejG4HcOqi+Uf2dEM=";
|
||||
hash = "sha256-ieRBYrtpB8GgnDDy+fDuwamix5syRH3NG5jE5UoGg5A=";
|
||||
};
|
||||
|
||||
extraInstallCommands = ''
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue