updated sparrow wallet nix code

This commit is contained in:
naturallaw77 2024-03-01 18:17:59 -08:00
parent 234c609090
commit 37333c55a5

View File

@ -210,8 +210,6 @@ stdenv.mkDerivation rec {
runHook postInstall
'';
passthru.updateScript = ./update.sh;
meta = with lib; {
description = "A modern desktop Bitcoin wallet application supporting most hardware wallets and built on common standards such as PSBT, with an emphasis on transparency and usability.";
homepage = "https://sparrowwallet.com";
@ -224,4 +222,4 @@ stdenv.mkDerivation rec {
platforms = [ "x86_64-linux" ];
mainProgram = "sparrow-desktop";
};
}
}