Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions gigawallet/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"manifestVersion": 1,
"meta": {
"name": "Gigawallet",
"version": "0.0.2",
"version": "0.0.3",
"logoPath": "logo.png",
"shortDescription": "A Dogecoin payment gateway for business apps",
"longDescription": "Dogecoin GigaWallet is a backend service which provides a convenient integration API for platforms such as online shops, exchanges, social media platforms etc, to transact Dogecoin on behalf of their users.",
Expand All @@ -16,7 +16,7 @@
"container": {
"build": {
"nixFile": "pup.nix",
"nixFileSha256": "7d0e226f3df9908409c8d9de7ebf9d0f573df59ba8b3dc8565e0a73c7b4ec77e"
"nixFileSha256": "58cd9d931f78925622e505c6c36c0a1f865427c174c695186f33f32fd1eae33e"
},
"services": [
{
Expand Down
2 changes: 1 addition & 1 deletion gigawallet/pup.nix
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ let
gigawallet_bin = pkgs.buildGoModule {
pname = "gigawallet";
version = "1.0.1";
go = pkgs.go_1_24;

src = pkgs.fetchgit {
url = "https://github.com/dogecoinfoundation/gigawallet.git";
Expand All @@ -14,7 +15,6 @@ let
vendorHash = "sha256-mW5SStSabjWIlLWarI0OfyCTRWRQnEbk2BXabJCJ2h4";

nativeBuildInputs = [
pkgs.go_1_24
pkgs.pkg-config
];

Expand Down