Skip to content

Commit

Permalink
Merge pull request #8 from dogeorg/core-v1.14.9
Browse files Browse the repository at this point in the history
Update dogecoin-core to v1.14.9
  • Loading branch information
SomeoneWeird authored Dec 2, 2024
2 parents ef6177e + efc0a15 commit b06be50
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions core/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,12 @@
"manifestVersion": 1,
"meta": {
"name": "Dogecoin Core",
"version": "0.0.6",
"version": "0.0.7",
"logoPath": "logo.png",
"shortDescription": "Run a full core node on your dogebox",
"longDescription": "This pup launches and configures a full Dogecoin Core node on your dogebox, allowing you to sync the blockchain and contribute to the network.",
"upstreamVersions": {
"Core": "v1.14.8"
"Core": "v1.14.9"
}
},
"config": {
Expand All @@ -16,7 +16,7 @@
"container": {
"build": {
"nixFile": "pup.nix",
"nixFileSha256": "11b45375859d63165881c817f4e294241f7d2e897c5fdf29235d61b154ec4067"
"nixFileSha256": "e517f1dd2c8b1db6ac8d57c131c2e5deb4e9adb824c7f330074fdefaaef175c4"
},
"services": [
{
Expand Down
4 changes: 2 additions & 2 deletions core/pup.nix
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
let
storageDirectory = "/storage";
dogecoind_bin = pkgs.callPackage (pkgs.fetchurl {
url = "https://raw.githubusercontent.com/dogeorg/dogebox-nur-packages/bbdaf135249b0641907c6d418d5e4e7d41968ff4/pkgs/dogecoin-core/default.nix";
sha256 = "sha256-dDA9KuEs51UCoS76b1NnE2uk2NOBWGsgJnbAnc1k6sg=";
url = "https://raw.githubusercontent.com/dogeorg/dogebox-nur-packages/abd8d08e052599b1d17976b5317eb9acdc2f51d8/pkgs/dogecoin-core/default.nix";
sha256 = "sha256-ZG4Xa/ChHBxpsXN+n49xy3s5W0hOAELs4m1HZdn5GlQ=";
}) {
disableWallet = true;
disableGUI = true;
Expand Down

0 comments on commit b06be50

Please sign in to comment.