diff --git a/core/manifest.json b/core/manifest.json index cb1fd13..c2f6f6c 100644 --- a/core/manifest.json +++ b/core/manifest.json @@ -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": { @@ -16,7 +16,7 @@ "container": { "build": { "nixFile": "pup.nix", - "nixFileSha256": "11b45375859d63165881c817f4e294241f7d2e897c5fdf29235d61b154ec4067" + "nixFileSha256": "e517f1dd2c8b1db6ac8d57c131c2e5deb4e9adb824c7f330074fdefaaef175c4" }, "services": [ { diff --git a/core/pup.nix b/core/pup.nix index 89aefe7..42c9ce0 100644 --- a/core/pup.nix +++ b/core/pup.nix @@ -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;