Skip to content

Commit

Permalink
nym: 2024.13-magura-patched -> 2024.14-crunch-patched
Browse files Browse the repository at this point in the history
  • Loading branch information
Bot-wxt1221 committed Dec 22, 2024
1 parent da8a31d commit c1443d2
Showing 1 changed file with 7 additions and 5 deletions.
12 changes: 7 additions & 5 deletions pkgs/by-name/ny/nym/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -6,28 +6,28 @@
pkg-config,
openssl,
darwin,
nix-update-script,
gitUpdater,
rustc,
fetchurl,
}:

rustPlatform.buildRustPackage rec {
pname = "nym";
version = "2024.13-magura-patched";
version = "2024.14-crunch-patched";

src = fetchFromGitHub {
owner = "nymtech";
repo = "nym";
tag = "nym-binaries-v${version}";
hash = "sha256-N9nnDtTIvKJX1wpiAEJ2X7Dv5Qc5V6CiTR/TjJAnv3s=";
hash = "sha256-ze0N+Hg+jVFKaoreCrZUUA3cHGtUZFtxCh5RwTqOdsc=";
};

swagger-ui = fetchurl {
url = "https://github.com/swagger-api/swagger-ui/archive/refs/tags/v5.17.14.zip";
hash = "sha256-SBJE0IEgl7Efuu73n3HZQrFxYX+cn5UU5jrL4T5xzNw=";
};

cargoHash = "sha256-tkP65GG1E5356lePLVrZdPqx/b9k1lgJ1LoxCgQf08k=";
cargoHash = "sha256-51QdzV4eYnA+pC1b7TagSF1g+n67IvZw3euJyI3ZRtM=";
useFetchCargoVendor = true;

env = {
Expand All @@ -45,7 +45,9 @@ rustPlatform.buildRustPackage rec {

checkType = "debug";

passthru.updateScript = nix-update-script { };
passthru.updateScript = gitUpdater {
rev-prefix = "nym-binaries-v";
};

env = {
VERGEN_BUILD_TIMESTAMP = "0";
Expand Down

0 comments on commit c1443d2

Please sign in to comment.