mirror of
https://github.com/oddlama/nix-config.git
synced 2025-10-11 07:10:39 +02:00
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 = ''
|
||||
|
|
|
@ -13,14 +13,14 @@
|
|||
owner = "oddlama";
|
||||
repo = "starship";
|
||||
rev = "feat-more-dynamic-username-and-hostname";
|
||||
hash = "sha256-OFuTiIflGTpB8dRn1hj31/TyDAp8ZXX9CrznN3R1nU0=";
|
||||
hash = "sha256-afZO5WSVy9hWRz8Mki3ayCwdvZDZt9L1yegrjRnqYko=";
|
||||
};
|
||||
in
|
||||
pkgs.starship.overrideAttrs (_finalAttrs: previousAttrs: {
|
||||
inherit src;
|
||||
cargoDeps = previousAttrs.cargoDeps.overrideAttrs (_: {
|
||||
inherit src;
|
||||
outputHash = "sha256-tMQLSITZ/kc7CQTbbF2xkggYAEdh2ShQG3NmtF4zH5k=";
|
||||
outputHash = "sha256-P0U+ji/ix75Zh1a3JUx/Zgff6MGj59WrElbHGhVeDVM=";
|
||||
});
|
||||
});
|
||||
settings = {
|
||||
|
|
|
@ -1,4 +1,8 @@
|
|||
{nixosConfig, ...}: {
|
||||
{
|
||||
nixosConfig,
|
||||
pkgs,
|
||||
...
|
||||
}: {
|
||||
programs.gpg = {
|
||||
enable = true;
|
||||
scdaemonSettings.disable-ccid = true;
|
||||
|
@ -58,6 +62,6 @@
|
|||
services.gpg-agent = {
|
||||
enable = true;
|
||||
enableSshSupport = true;
|
||||
pinentryFlavor = "gnome3";
|
||||
pinentryPackage = pkgs.pinentry-gnome3;
|
||||
};
|
||||
}
|
||||
|
|
|
@ -31,7 +31,7 @@
|
|||
pkgs.gamescope
|
||||
pkgs.obsidian
|
||||
pkgs.pavucontrol
|
||||
pkgs.pinentry-gnome # For yubikey, gnome = gtk3 variant
|
||||
pkgs.pinentry-gnome3 # For yubikey, gnome = gtk3 variant
|
||||
pkgs.thunderbird
|
||||
pkgs.xdg-utils
|
||||
pkgs.xdragon
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue