updated sparrow wallet nix code
This commit is contained in:
parent
234c609090
commit
37333c55a5
@ -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";
|
||||
};
|
||||
}
|
||||
}
|
Loading…
Reference in New Issue
Block a user